This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
900658e
)
Final (hopefully) fix for fchdir
author
Steve Peters
<steve@fisharerojo.org>
Mon, 18 Jul 2005 22:59:19 +0000
(17:59 -0500)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 19 Jul 2005 05:42:52 +0000
(
05:42
+0000)
Message-ID: <
20050719035919
.GA32670@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25178
pp_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
545765c
..
0ce6f43
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-3592,7
+3592,7
@@
PP(pp_chdir)
#ifdef HAS_DIRFD
PUSHi(fchdir(dirfd(IoDIRP(io))) >= 0);
#else
- DIE(aTHX PL_no_func, "dirfd");
+ DIE(aTHX
_
PL_no_func, "dirfd");
#endif
}
else {