diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-06-14 09:30:52 -0500 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-14 19:28:28 +0000 |
commit | ae558575aa9f10b828ca711463105ca54421dd05 (patch) | |
tree | d7f09725b853d9682b56c6161e3ffcfccc432944 /embed.fnc | |
parent | 1ea47f6431e8749bc845692316ac30b8fd72e6a9 (diff) | |
download | perl-ae558575aa9f10b828ca711463105ca54421dd05.tar.gz |
S_emulate_eaccess() does return a value
Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
Date: Tue, 14 Jun 2005 14:30:52 -0500
p4raw-id: //depot/perl@24845
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1143,7 +1143,7 @@ sR |SV* |method_common |NN SV* meth|U32* hashp #if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT) s |OP* |doform |NN CV *cv|NN GV *gv|NN OP *retop -sr |int |emulate_eaccess|NN const char* path|Mode_t mode +s |int |emulate_eaccess|NN const char* path|Mode_t mode # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) sR |int |dooneliner |NN const char *cmd|NN const char *filename # endif |