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

@ -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)
{