diff options
Diffstat (limited to 'ext/Fcntl/Fcntl.xs')
-rw-r--r-- | ext/Fcntl/Fcntl.xs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/Fcntl/Fcntl.xs b/ext/Fcntl/Fcntl.xs index a66f66e725..33c3cf9635 100644 --- a/ext/Fcntl/Fcntl.xs +++ b/ext/Fcntl/Fcntl.xs @@ -33,9 +33,8 @@ --AD October 16, 1995 */ -static XS(XS_Fcntl_S_ISREG); /* prototype to pass -Wmissing-prototypes */ -static -XS(XS_Fcntl_S_ISREG) +static void +XS_Fcntl_S_ISREG(pTHX_ CV* cv) { dVAR; dXSARGS; |