|
@@ -106,7 +106,9 @@ EXTERN size_t _dl_tls_static_used;
|
|
/* Alignment requirement of the static TLS block. */
|
|
/* Alignment requirement of the static TLS block. */
|
|
EXTERN size_t _dl_tls_static_align;
|
|
EXTERN size_t _dl_tls_static_align;
|
|
/* Function pointer for catching TLS errors. */
|
|
/* Function pointer for catching TLS errors. */
|
|
|
|
+#if 1 /* def _LIBC_REENTRANT */
|
|
EXTERN void **(*_dl_error_catch_tsd) (void) __attribute__ ((const));
|
|
EXTERN void **(*_dl_error_catch_tsd) (void) __attribute__ ((const));
|
|
|
|
+#endif
|
|
|
|
|
|
/* Number of additional entries in the slotinfo array of each slotinfo
|
|
/* Number of additional entries in the slotinfo array of each slotinfo
|
|
list element. A large number makes it almost certain take we never
|
|
list element. A large number makes it almost certain take we never
|