X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=2545b517897f8c278c63d49c420711e05c431c58;hb=e59c8b07349f66b8f6de8cad95787c1bfaf1297d;hp=8d71daee5b0c4fb5e4e3a3b1ed293dcf50bfe79d;hpb=35722e7202d303b4034282b06c77d29446974837;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index 8d71dae..2545b51 100644 --- a/proto.h +++ b/proto.h @@ -3641,11 +3641,9 @@ STATIC OP* S_doform(pTHX_ CV *cv, GV *gv, OP *retop) __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3); -# if !defined(PERL_EFF_ACCESS) STATIC int S_emulate_eaccess(pTHX_ const char* path, Mode_t mode) __attribute__nonnull__(pTHX_1); -# endif # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) STATIC int S_dooneliner(pTHX_ const char *cmd, const char *filename) __attribute__warn_unused_result__