summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4a4de7c38..66a732e17 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -16,10 +16,12 @@
* path.cc (cwdstuff::init): Ditto.
* sigproc.cc (sigproc_init): Ditto.
- * grp.cc (group_lock): Use different method for locking with static member.
+ * grp.cc (group_lock): Use different method for locking with static
+ member.
(read_etc_group): REALLY ensure that read lock mutex is released.
- * passwd.cc (passwd_lock): Use different method for locking with static member.
- (read_etc_passwd): REALLY ensure that read lock mutex is released.
+ * passwd.cc (passwd_lock): Use different method for locking with static
+ member.
+ (read_etc_passwd): REALLY ensure that read lock mutex is released.
* shared.cc (sec_user): Correct reversed inheritance test.