diff options
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. |