summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-06-14 09:30:52 -0500
committerNicholas Clark <nick@ccl4.org>2005-06-14 19:28:28 +0000
commitae558575aa9f10b828ca711463105ca54421dd05 (patch)
treed7f09725b853d9682b56c6161e3ffcfccc432944 /embed.fnc
parent1ea47f6431e8749bc845692316ac30b8fd72e6a9 (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index cdcfcebdd4..1a4a8fe032 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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