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>2002-02-18 01:00:28 +0300
committerChristopher Faylor <me@cgf.cx>2002-02-18 01:00:28 +0300
commit4c761646cc154705a1e3bee9358391d2cbeeb25a (patch)
treeaf8491437d41ce172192dc7ce5b5b36ac2bcdd8c
parent2bd22312df4fd5be14d8833a22ed7abbdcc35559 (diff)
reformat
-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.