diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-07-16 15:42:56 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-07-16 15:42:56 +0000 |
commit | aa185afb72e48049359348b718a9abf0d07cd3ad (patch) | |
tree | 7871f5d96d7cc56e22d071d4a169365a1499bd59 /proto.h | |
parent | 33703721eb602593ba89014e5715dc63a8a46105 (diff) | |
download | perl-aa185afb72e48049359348b718a9abf0d07cd3ad.tar.gz |
fourth attempt to silence S_emulate_eaccess compiler warning
p4raw-id: //depot/perl@31617
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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__ |