Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-05 09:48:54 +0300
committerChristopher Faylor <me@cgf.cx>2003-01-05 09:48:54 +0300
commite9aa6f4a6f1a88fe9b2dc9f52f1e6e0b750d2298 (patch)
treebe7a7fc1c59768e4ffebff864dadb25bcf123eaf
parent6d5b949cf84d99b13464a9d598a33bbea2a68c73 (diff)
* pinfo.cc (_pinfo::commune_send): Use myself->lock rather than just lock whenunlabeled-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 3b255ed36..1e34141a0 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.