This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make system() return -1 and set $! if exec of child failed
authorIlya Zakharevich <ilya@math.berkeley.edu>
Fri, 9 Jul 1999 05:21:13 +0000 (01:21 -0400)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 17 Jul 1999 18:10:44 +0000 (18:10 +0000)
commitd5a9bfb0fc8643b1208bad4f15e3c88ef46b4160
treee0ca8ae480c779cf765b24fc29e445524f8fecf2
parent2f96c7027cf9ba783b07d2fd9195877ecc1a4b55
make system() return -1 and set $! if exec of child failed
Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec

p4raw-id: //depot/perl@3679
doio.c
embed.h
embed.pl
global.sym
objXSUB.h
perlapi.c
pod/perlfunc.pod
pp_sys.c
proto.h
t/op/exec.t