summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-07-16 15:42:56 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-07-16 15:42:56 +0000
commitaa185afb72e48049359348b718a9abf0d07cd3ad (patch)
tree7871f5d96d7cc56e22d071d4a169365a1499bd59 /proto.h
parent33703721eb602593ba89014e5715dc63a8a46105 (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 8d71daee5b..2545b51789 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__