diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2004-08-15 16:18:52 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2004-08-15 16:18:52 +0000 |
| commit | ccd13c49b55616e3f92a3cf37512dc24aeb41e0a (patch) | |
| tree | e8c5fbe955b31ea20466f96e5959370ad849667b /lib/libc/include | |
| parent | aafa519a4697a726719913b256418fb0e0f8e867 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -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 f18dde57c34b..0f170dbb9b6d 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 |
