summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-09-24 00:42:07 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-09-24 00:42:07 +0000
commit5711aeb8cae9f3935cd6755e745b5ee1ab3aa4b6 (patch)
tree18f5454de2c7d3c57bb93468c78e49f73f753ad9 /proto.h
parent4f57570223b56ec5a08ed253b4cf40fb8f4316f3 (diff)
downloadperl-5711aeb8cae9f3935cd6755e745b5ee1ab3aa4b6.tar.gz
fifth attempt to silence S_emulate_eaccess compiler warning
p4raw-id: //depot/perl@31947
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index 9ceac44461..c5979a410c 100644
--- a/proto.h
+++ b/proto.h
@@ -3633,9 +3633,6 @@ STATIC OP* S_doform(pTHX_ CV *cv, GV *gv, OP *retop)
__attribute__nonnull__(pTHX_2)
__attribute__nonnull__(pTHX_3);
-STATIC int S_emulate_eaccess(pTHX_ const char* path, Mode_t mode)
- __attribute__nonnull__(pTHX_1);
-
# if !defined(HAS_MKDIR) || !defined(HAS_RMDIR)
STATIC int S_dooneliner(pTHX_ const char *cmd, const char *filename)
__attribute__warn_unused_result__