diff options
Diffstat (limited to 'lib/libc/include/libc_private.h')
-rw-r--r-- | lib/libc/include/libc_private.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h index f18dde5..0f170db 100644 --- a/lib/libc/include/libc_private.h +++ b/lib/libc/include/libc_private.h @@ -113,6 +113,15 @@ extern pthread_func_entry_t __thr_jtable[]; int _yp_check(char **); #endif +/* + * Initialise TLS for static programs + */ +void _init_tls(void); + +/* + * Set the TLS thread pointer + */ +void _set_tp(void *tp); /* * This is a pointer in the C run-time startup code. It is used |