diff options
Diffstat (limited to 'ldso/include/ldsodefs.h')
-rw-r--r-- | ldso/include/ldsodefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/include/ldsodefs.h b/ldso/include/ldsodefs.h index f17ac0ca0..9ae645c60 100644 --- a/ldso/include/ldsodefs.h +++ b/ldso/include/ldsodefs.h @@ -111,7 +111,9 @@ EXTERN size_t _dl_tls_static_used; /* Alignment requirement of the static TLS block. */ EXTERN size_t _dl_tls_static_align; /* Function pointer for catching TLS errors. */ +#if 1 /* def _LIBC_REENTRANT */ EXTERN void **(*_dl_error_catch_tsd) (void) __attribute__ ((const)); +#endif /* Number of additional entries in the slotinfo array of each slotinfo list element. A large number makes it almost certain take we never |