about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-01-14 08:42:11 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-14 08:42:11 -0500
commit70181fddf1467996bea393d13294ffe76b8a0853 (patch)
treef4a17132667671c414ab16ff52f1fc6a74582e2f /ChangeLog
parent794c3ad3a405697e2663b00f616e319383b9bb7d (diff)
downloadglibc-70181fddf1467996bea393d13294ffe76b8a0853.tar.gz
glibc-70181fddf1467996bea393d13294ffe76b8a0853.tar.xz
glibc-70181fddf1467996bea393d13294ffe76b8a0853.zip
Change setgroups to affect all the threads in the process.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59d1a94803..08c3535849 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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