summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-07-12 22:10:35 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-07-12 22:10:35 +0000
commit35722e7202d303b4034282b06c77d29446974837 (patch)
treeb3c3313406da3e0860f85130cb0953f972f6febf /proto.h
parent13f4c5e485d010d93c3fcebf4b4abd62f988e9fd (diff)
downloadperl-35722e7202d303b4034282b06c77d29446974837.tar.gz
really really fix S_emulate_eaccess compiler warning (#31536 didn't)
p4raw-id: //depot/perl@31600
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index a519ef2f03..8d71daee5b 100644
--- a/proto.h
+++ b/proto.h
@@ -3641,7 +3641,7 @@ 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))
+# if !defined(PERL_EFF_ACCESS)
STATIC int S_emulate_eaccess(pTHX_ const char* path, Mode_t mode)
__attribute__nonnull__(pTHX_1);