diff options
author | Christopher Faylor <me@cgf.cx> | 2004-08-31 03:34:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-08-31 03:34:04 +0000 |
commit | 72067ccafa3de0930b732498408fc62c70de0498 (patch) | |
tree | 5045f0b7c9d512bd7aaacc9e7425cc16a50f5299 /winsup/cygwin/ChangeLog | |
parent | 1af912ce3c719962b7c368a1813db1af0a032a02 (diff) | |
download | cygnal-72067ccafa3de0930b732498408fc62c70de0498.tar.gz cygnal-72067ccafa3de0930b732498408fc62c70de0498.tar.bz2 cygnal-72067ccafa3de0930b732498408fc62c70de0498.zip |
* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 286f9a6a2..178ffc68f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2004-08-30 Pierre Humblet <pierre.humblet@ieee.org> + + * fork.cc (fork_parent): Return the cygpid directly derived from the + winpid. + 2004-08-30 Christopher Faylor <cgf@timesys.com> * fork.cc (fork_parent): Record child's pid when we're sure that it has @@ -11,7 +16,7 @@ 2004-08-28 Pierre Humblet <pierre.humblet@ieee.org> - * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF + * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF before zero filling. Combine similar error handling statements. 2004-08-28 Pierre Humblet <pierre.humblet@ieee.org> |