projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aa976d0
)
sixth attempt to silence S_emulate_eaccess compiler warning
Dave Mitchell [Mon, 24 Sep 2007 14:18:03 +0000 (14:18 +0000)]
p4raw-id: //depot/perl@31954
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
7d0bb2d
..
7770dc2
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-297,7
+297,7
@@
S_emulate_eaccess(pTHX_ const char* path, Mode_t mode)
return res;
}
-# define PERL_EFF_ACCESS(p,f) (emulate_eaccess(aTHX_ (p), (f)))
+# define PERL_EFF_ACCESS(p,f) (S_emulate_eaccess(aTHX_ (p), (f)))
#endif
PP(pp_backtick)