projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
77397dc
)
dup2() not going through PerlLIO abstraction layer
Jan Dubois [Wed, 22 Oct 2003 20:33:54 +0000 (13:33 -0700)]
Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
p4raw-id: //depot/perl@21522
doio.c
patch
|
blob
|
blame
|
history
diff --git
a/doio.c
b/doio.c
index
e2dcad8
..
5ba40b9
100644
(file)
--- a/
doio.c
+++ b/
doio.c
@@
-1548,7
+1548,7
@@
Perl_do_exec3(pTHX_ char *cmd, int fd, int do_report)
while (*t && isSPACE(*t))
++t;
- if (!*t && (dup2(1,2) != -1)) {
+ if (!*t && (PerlLIO_dup2(1,2) != -1)) {
s[-2] = '\0';
break;
}