diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-07-12 22:10:35 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-07-12 22:10:35 +0000 |
commit | 35722e7202d303b4034282b06c77d29446974837 (patch) | |
tree | b3c3313406da3e0860f85130cb0953f972f6febf /proto.h | |
parent | 13f4c5e485d010d93c3fcebf4b4abd62f988e9fd (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |