diff options
Diffstat (limited to 'sysdeps/generic/libc-start.h')
-rw-r--r-- | sysdeps/generic/libc-start.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/libc-start.h b/sysdeps/generic/libc-start.h index 6c416a1114..e0361f655a 100644 --- a/sysdeps/generic/libc-start.h +++ b/sysdeps/generic/libc-start.h @@ -24,6 +24,7 @@ initialization, and this means you cannot, without machine knowledge, access TLS from an IFUNC resolver. */ #define ARCH_SETUP_IREL() apply_irel () +#define ARCH_SETUP_TLS() __libc_setup_tls () #define ARCH_APPLY_IREL() #endif /* ! SHARED */ |