diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-05-10 15:34:53 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:27 -0700 |
commit | 3faebe6abc04ea8d632bee4537948ca85479c09a (patch) | |
tree | 3138bd56489f91b5b63072c9e45be1851827e297 /ChangeLog | |
parent | c6474b07e7b5f0cdc9089c1c4fcfc4fcaa2bcd92 (diff) | |
download | glibc-3faebe6abc04ea8d632bee4537948ca85479c09a.tar.gz glibc-3faebe6abc04ea8d632bee4537948ca85479c09a.tar.xz glibc-3faebe6abc04ea8d632bee4537948ca85479c09a.zip |
Hurd: Fix setres[ug]id handling of -1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d244bdb82f..6f59a1ee09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case, + which preserves existing values. + * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise. + 2012-05-10 Pino Toscano <toscano.pino@tiscali.it> * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative |