diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-12-17 14:33:28 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-12-17 14:33:28 -0800 |
commit | dd6904541f6586616a6783388f18be0447e4dcb2 (patch) | |
tree | 1a5565a1a2c607b773562d42996874ca5863694e /nptl/libc_pthread_init.c | |
parent | 74eb826cff5e4277d2d866a92058f27a837f8ff7 (diff) | |
download | glibc-dd6904541f6586616a6783388f18be0447e4dcb2.tar.gz glibc-dd6904541f6586616a6783388f18be0447e4dcb2.tar.xz glibc-dd6904541f6586616a6783388f18be0447e4dcb2.zip |
NPTL: Move fork state variables to initializer files.
Diffstat (limited to 'nptl/libc_pthread_init.c')
-rw-r--r-- | nptl/libc_pthread_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/libc_pthread_init.c b/nptl/libc_pthread_init.c index 4d8d710cca..2bedf86300 100644 --- a/nptl/libc_pthread_init.c +++ b/nptl/libc_pthread_init.c @@ -28,6 +28,9 @@ #include <ldsodefs.h> +unsigned long int *__fork_generation_pointer; + + #ifdef TLS_MULTIPLE_THREADS_IN_TCB void #else |