diff options
author | Christopher Faylor <me@cgf.cx> | 2005-04-05 04:48:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-04-05 04:48:02 +0000 |
commit | f45c299dbe093359db1f9bf4e06daa5129a17f16 (patch) | |
tree | f772869920739181209455cd2e2dce444986b5d2 /winsup/cygwin/ChangeLog | |
parent | 322c131f9f8ec512b0b319aa383d70f8c8e60fbd (diff) | |
download | cygnal-f45c299dbe093359db1f9bf4e06daa5129a17f16.tar.gz cygnal-f45c299dbe093359db1f9bf4e06daa5129a17f16.tar.bz2 cygnal-f45c299dbe093359db1f9bf4e06daa5129a17f16.zip |
* sync.h (muto::initforce): Force initialization even when name != NULL.
* grp.cc (pwdgrp::pwdgrp): Use initforce since the enclosing structure is
!NO_COPY.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c5b3c610c..212fe89a3 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,12 @@ 2005-04-05 Christopher Faylor <cgf@timesys.com> + * sync.h (muto::initforce): Force initialization even when name != + NULL. + * grp.cc (pwdgrp::pwdgrp): Use initforce since the enclosing structure + is !NO_COPY. + +2005-04-05 Christopher Faylor <cgf@timesys.com> + * sync.h (muto::operator int): New operator. (locker): Remove unused class. (new_muto): Delete. |