X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=8d71daee5b0c4fb5e4e3a3b1ed293dcf50bfe79d;hb=503de4705ff6537018ae94e9179e16636748b2a6;hp=a519ef2f0398d8f3fbe4e2d7da6b80cce9eec541;hpb=410be5dba347e0340059d489e15d034982d73278;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index a519ef2..8d71dae 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);