aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-05 06:48:54 +0000
committerChristopher Faylor <me@cgf.cx>2003-01-05 06:48:54 +0000
commite9aa6f4a6f1a88fe9b2dc9f52f1e6e0b750d2298 (patch)
treebe7a7fc1c59768e4ffebff864dadb25bcf123eaf
parent6d5b949cf84d99b13464a9d598a33bbea2a68c73 (diff)
downloadnewlib-unlabeled-1.1656.2.zip
newlib-unlabeled-1.1656.2.tar.gz
newlib-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/ChangeLog5
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.