diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-14 08:42:11 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-14 08:42:11 -0500 |
commit | 70181fddf1467996bea393d13294ffe76b8a0853 (patch) | |
tree | f4a17132667671c414ab16ff52f1fc6a74582e2f /nptl/ChangeLog | |
parent | 794c3ad3a405697e2663b00f616e319383b9bb7d (diff) | |
download | glibc-70181fddf1467996bea393d13294ffe76b8a0853.tar.gz glibc-70181fddf1467996bea393d13294ffe76b8a0853.tar.xz glibc-70181fddf1467996bea393d13294ffe76b8a0853.zip |
Change setgroups to affect all the threads in the process.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 22b820866b..f3a2753519 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2011-01-14 Ulrich Drepper <drepper@gmail.com> + + [BZ #10563] + * sysdeps/pthread/setxid.h (__SETXID_1): Add cast to assignment. + (__SETXID_2): Likewise. + (__SETXID_3): Likewise. + 2011-01-13 Ulrich Drepper <drepper@gmail.com> [BZ #10484] |