sixth attempt to silence S_emulate_eaccess compiler warning
authorDave Mitchell <davem@fdisolutions.com>
Mon, 24 Sep 2007 14:18:03 +0000 (14:18 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Mon, 24 Sep 2007 14:18:03 +0000 (14:18 +0000)
p4raw-id: //depot/perl@31954

pp_sys.c

index 7d0bb2d..7770dc2 100644 (file)
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -297,7 +297,7 @@ S_emulate_eaccess(pTHX_ const char* path, Mode_t mode)
 
     return res;
 }
-#   define PERL_EFF_ACCESS(p,f) (emulate_eaccess(aTHX_ (p), (f)))
+#   define PERL_EFF_ACCESS(p,f) (S_emulate_eaccess(aTHX_ (p), (f)))
 #endif
 
 PP(pp_backtick)