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 /ChangeLog | |
parent | 794c3ad3a405697e2663b00f616e319383b9bb7d (diff) | |
download | glibc-70181fddf1467996bea393d13294ffe76b8a0853.tar glibc-70181fddf1467996bea393d13294ffe76b8a0853.tar.gz glibc-70181fddf1467996bea393d13294ffe76b8a0853.tar.bz2 glibc-70181fddf1467996bea393d13294ffe76b8a0853.zip |
Change setgroups to affect all the threads in the process.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-01-14 Ulrich Drepper <drepper@gmail.com> + [BZ #10563] + * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL + to make the syscall. + * sysdeps/unix/sysv/linux/setgroups.c: New file. + [BZ #12378] * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning and fall back to matching as normal character if the string ends before |