summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-06-18 22:48:25 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-06-18 22:48:25 +0000
commit4a2f5338264180fd813d06be7103d99c38d44e54 (patch)
treed35653067022c94048b1a0f4e5aa99f45c8422a3 /proto.h
parent60f65011b186cef6f05a7bafbf688a4b89780a87 (diff)
downloadperl-4a2f5338264180fd813d06be7103d99c38d44e54.tar.gz
fix S_emulate_eaccess compiler warning
p4raw-id: //depot/perl@31418
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 64d71f367d..aa659507e6 100644
--- a/proto.h
+++ b/proto.h
@@ -3640,6 +3640,8 @@ STATIC OP* S_doform(pTHX_ CV *cv, GV *gv, OP *retop)
__attribute__nonnull__(pTHX_2)
__attribute__nonnull__(pTHX_3);
+# if !defined(PERL_EFF_ACCESS) && defined(HAS_ACCESS) && (defined(HAS_SETREUID) || defined(HAS_SETRESUID) || defined(HAS_SETREGID) || defined(HAS_SETRESGID))
+# endif
STATIC int S_emulate_eaccess(pTHX_ const char* path, Mode_t mode)
__attribute__nonnull__(pTHX_1);