diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-05 06:48:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-05 06:48:54 +0000 |
commit | e9aa6f4a6f1a88fe9b2dc9f52f1e6e0b750d2298 (patch) | |
tree | be7a7fc1c59768e4ffebff864dadb25bcf123eaf | |
parent | 6d5b949cf84d99b13464a9d598a33bbea2a68c73 (diff) | |
download | newlib-github/unlabeled-1.1656.2.zip newlib-github/unlabeled-1.1656.2.tar.gz newlib-github/unlabeled-1.1656.2.tar.bz2 |
* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whengithub/unlabeled-1.1656.2unlabeled-1.1656.2
leaving.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3b255ed..1e34141 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2003-01-05 Christopher Faylor <cgf@redhat.com> + + * pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just + lock when leaving. + 2003-01-04 Christopher Faylor <cgf@redhat.com> Replace is_fs_device with is_fs_special throughout. |