1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

NPTL: Move fork state variables to initializer files.

This commit is contained in:
Roland McGrath
2014-12-17 14:33:28 -08:00
parent 74eb826cff
commit dd6904541f
4 changed files with 10 additions and 8 deletions

View File

@ -28,6 +28,9 @@
#include <ldsodefs.h>
unsigned long int *__fork_generation_pointer;
#ifdef TLS_MULTIPLE_THREADS_IN_TCB
void
#else