diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-26 03:20:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-26 03:20:30 +0000 |
commit | 6c68fbbc61b58863debe39c97f71a9d06ecc87f5 (patch) | |
tree | 81c795b768639df9399ac6011262c73f2af87132 /winsup/cygwin/ChangeLog | |
parent | 177989407a3d1775148e1b56a54ad656f05d5004 (diff) | |
download | cygnal-6c68fbbc61b58863debe39c97f71a9d06ecc87f5.tar.gz cygnal-6c68fbbc61b58863debe39c97f71a9d06ecc87f5.tar.bz2 cygnal-6c68fbbc61b58863debe39c97f71a9d06ecc87f5.zip |
* fork.cc (fork_parent): Detect failed pinfo constructor.
* spawn.cc (spawn_guts): Don't overwrite ENOMEM errno on failed pinfo
constructor.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 927147cf9..f28edfa0e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2003-09-25 Christopher Faylor <cgf@redhat.com> + * fork.cc (fork_parent): Detect failed pinfo constructor. + * spawn.cc (spawn_guts): Don't overwrite ENOMEM errno on failed pinfo + constructor. + +2003-09-25 Christopher Faylor <cgf@redhat.com> + * spawn.cc (spawnve): Remove vfork short circuit and let caller deal with error return. |