diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-09-24 00:42:07 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-09-24 00:42:07 +0000 |
commit | 5711aeb8cae9f3935cd6755e745b5ee1ab3aa4b6 (patch) | |
tree | 18f5454de2c7d3c57bb93468c78e49f73f753ad9 /proto.h | |
parent | 4f57570223b56ec5a08ed253b4cf40fb8f4316f3 (diff) | |
download | perl-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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__ |