about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-17 14:33:28 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-17 14:33:28 -0800
commitdd6904541f6586616a6783388f18be0447e4dcb2 (patch)
tree1a5565a1a2c607b773562d42996874ca5863694e /ChangeLog
parent74eb826cff5e4277d2d866a92058f27a837f8ff7 (diff)
downloadglibc-dd6904541f6586616a6783388f18be0447e4dcb2.tar.gz
glibc-dd6904541f6586616a6783388f18be0447e4dcb2.tar.xz
glibc-dd6904541f6586616a6783388f18be0447e4dcb2.zip
NPTL: Move fork state variables to initializer files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 216b2c9942..799b21a59d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-12-17  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
+	* nptl/libc_pthread_init.c: ... here.
+	* sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
+	* nptl/register-atfork.c: ... here.
+
 	* sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
 	Use pthread_sigmask rather than INTERNAL_SYSCALL.
 	Use assert_perror to check its return value.