diff options
author | Christopher Faylor <me@cgf.cx> | 2002-02-17 22:00:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-02-17 22:00:28 +0000 |
commit | 4c761646cc154705a1e3bee9358391d2cbeeb25a (patch) | |
tree | af8491437d41ce172192dc7ce5b5b36ac2bcdd8c | |
parent | 2bd22312df4fd5be14d8833a22ed7abbdcc35559 (diff) | |
download | newlib-4c761646cc154705a1e3bee9358391d2cbeeb25a.zip newlib-4c761646cc154705a1e3bee9358391d2cbeeb25a.tar.gz newlib-4c761646cc154705a1e3bee9358391d2cbeeb25a.tar.bz2 |
reformat
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4a4de7c..66a732e 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. |