1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.c

This commit is contained in:
Roland McGrath
2014-11-12 14:50:09 -08:00
parent 24f4f8253f
commit c6aab2cb52
3 changed files with 11 additions and 6 deletions

View File

@ -36,12 +36,6 @@
#endif
#ifndef TLS_MULTIPLE_THREADS_IN_TCB
/* Pointer to the corresponding variable in libc. */
int *__libc_multiple_threads_ptr attribute_hidden;
#endif
static int
do_clone (struct pthread *pd, const struct pthread_attr *attr,
int clone_flags, int (*fct) (void *), STACK_VARIABLES_PARMS,