about summary refs log tree commit diff
path: root/sysdeps
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 /sysdeps
parent74eb826cff5e4277d2d866a92058f27a837f8ff7 (diff)
downloadglibc-dd6904541f6586616a6783388f18be0447e4dcb2.tar.gz
glibc-dd6904541f6586616a6783388f18be0447e4dcb2.tar.xz
glibc-dd6904541f6586616a6783388f18be0447e4dcb2.zip
NPTL: Move fork state variables to initializer files.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/nptl/fork.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/nptl/fork.c b/sysdeps/nptl/fork.c
index 7ef693d529..dfd11698b9 100644
--- a/sysdeps/nptl/fork.c
+++ b/sysdeps/nptl/fork.c
@@ -32,14 +32,6 @@
 #include <arch-fork.h>
 
 
-unsigned long int *__fork_generation_pointer;
-
-
-
-/* The single linked list of all currently registered fork handlers.  */
-struct fork_handler *__fork_handlers;
-
-
 static void
 fresetlockfiles (void)
 {