diff options
Diffstat (limited to 'libc/misc/elf/dl-support.c')
-rw-r--r-- | libc/misc/elf/dl-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/elf/dl-support.c b/libc/misc/elf/dl-support.c index 833d5355e..002262a3a 100644 --- a/libc/misc/elf/dl-support.c +++ b/libc/misc/elf/dl-support.c @@ -44,6 +44,7 @@ void internal_function _dl_aux_init (ElfW(auxv_t) *av) libpthread implementations should provide their own hook to handle all threads. */ void +internal_function _dl_nothread_init_static_tls (struct link_map *map) { # if TLS_TCB_AT_TP |