mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2002-08-15 Ulrich Drepper <drepper@redhat.com> * csu/Makefile: Define elide-routines.os not static-only-routines. * include/sched.h (__clone): Add varargs at the end. * elf/rtld.c (_dl_start): All TLS_INIT_TP to fail and stop in that case. (TLS_INIT_HELPER): If defined use it. * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise. * locale/loadarchive.c (archfname): Add missing slash. * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def. * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
This commit is contained in:
@ -47,6 +47,12 @@ static struct
|
||||
static struct link_map static_map;
|
||||
|
||||
|
||||
/* Additional definitions needed by TLS initialization. */
|
||||
#ifdef TLS_INIT_HELPER
|
||||
TLS_INIT_HELPER
|
||||
#endif
|
||||
|
||||
|
||||
void
|
||||
__libc_setup_tls (size_t tcbsize, size_t tcbalign)
|
||||
{
|
||||
|
Reference in New Issue
Block a user