diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-02-04 17:53:08 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-02-04 17:53:08 +0000 |
commit | 0daf256192b56839708082f0788c5c477d1ef9d6 (patch) | |
tree | c7cbb2969a5dd1356d0367b57c64e1c7625d3dd1 /winsup/cygwin/ChangeLog | |
parent | 4a21c2d5c8c87d5df8151300085fcc333a5ffefe (diff) | |
download | newlib-0daf256192b56839708082f0788c5c477d1ef9d6.zip newlib-0daf256192b56839708082f0788c5c477d1ef9d6.tar.gz newlib-0daf256192b56839708082f0788c5c477d1ef9d6.tar.bz2 |
* grp.cc (internal_getgroups): Do not return without closing
the process handle.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index adcd668..5c62517 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2003-02-04 Pierre Humblet <pierre.humblet@ieee.org> + * grp.cc (internal_getgroups): Do not return without closing + the process handle. + +2003-02-04 Pierre Humblet <pierre.humblet@ieee.org> + * security.h (class cygpsid): New class. (class cygsid): Use cygpsid as base. Remove members psid, get_id, get_uid, get_gid, string, debug_printf and the == and != operators. |