diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-07-04 22:39:08 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-07-04 22:39:08 +0000 |
commit | adec1d0e00f3b763cc05fa195d72216088cacd1f (patch) | |
tree | ffbad5246945305bcd7ef5089ef48d113faa87bf /embed.fnc | |
parent | 181b7e95925b791c6e8c36e215c62307ecffe5e7 (diff) | |
download | perl-adec1d0e00f3b763cc05fa195d72216088cacd1f.tar.gz |
really fix S_emulate_eaccess compiler warning (#31418 didn't)
p4raw-id: //depot/perl@31536
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1352,8 +1352,8 @@ s |void |qsortsvu |NN SV** array|size_t num_elts|NN SVCOMPARE_t compare #if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT) s |OP* |doform |NN CV *cv|NN GV *gv|NN OP *retop # if !defined(PERL_EFF_ACCESS) && defined(HAS_ACCESS) && (defined(HAS_SETREUID) || defined(HAS_SETRESUID) || defined(HAS_SETREGID) || defined(HAS_SETRESGID)) -# endif s |int |emulate_eaccess|NN const char* path|Mode_t mode +# endif # if !defined(HAS_MKDIR) || !defined(HAS_RMDIR) sR |int |dooneliner |NN const char *cmd|NN const char *filename # endif |