diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2019-04-12 15:15:27 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2019-04-12 15:15:27 +0000 |
commit | df1b1afc355eb43abd04ea3d7764fabf21f85575 (patch) | |
tree | e042da39c5977ef5a606fc87c7acf2427f1a6291 /lib/libthr/thread/thr_private.h | |
parent | 049e8c11b46f6a8796869a9b8f5fe29b1b2351d1 (diff) |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
-rw-r--r-- | lib/libthr/thread/thr_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 75422eccf1ce9..c69a87484d0d3 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -975,6 +975,8 @@ void __pthread_cxa_finalize(struct dl_phdr_info *phdr_info); void _thr_tsd_unload(struct dl_phdr_info *phdr_info) __hidden; void _thr_sigact_unload(struct dl_phdr_info *phdr_info) __hidden; void _thr_stack_fix_protection(struct pthread *thrd); +void __pthread_distribute_static_tls(size_t offset, void *src, size_t len, + size_t total_len); int *__error_threaded(void) __hidden; void __thr_interpose_libc(void) __hidden; |