diff options
author | Allan McRae <allan@archlinux.org> | 2014-02-05 21:21:00 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-02-06 08:46:20 +1000 |
commit | 8b6785f0836011cace9a77f3c24e51a7379238a0 (patch) | |
tree | ad74c6bc2f68916c614ee907665245e306da5292 /sysdeps | |
parent | dd654bf9ba1848bf9ed250f8ebaa5097c383dcf8 (diff) | |
download | glibc-8b6785f0836011cace9a77f3c24e51a7379238a0.tar.gz glibc-8b6785f0836011cace9a77f3c24e51a7379238a0.tar.xz glibc-8b6785f0836011cace9a77f3c24e51a7379238a0.zip |
Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."
This reverts commit 35e8f7ab94c910659de9d507aa0f3e1f8973d914.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/generic/ldsodefs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h index 5e252267d7..ff3f20f362 100644 --- a/sysdeps/generic/ldsodefs.h +++ b/sysdeps/generic/ldsodefs.h @@ -989,11 +989,6 @@ extern void *_dl_allocate_tls_storage (void) extern void *_dl_allocate_tls_init (void *) internal_function; rtld_hidden_proto (_dl_allocate_tls_init) -/* Remove all allocated dynamic TLS regions from a DTV - for reuse by new thread. */ -extern void _dl_clear_dtv (dtv_t *dtv) internal_function; -rtld_hidden_proto (_dl_clear_dtv) - /* Deallocate memory allocated with _dl_allocate_tls. */ extern void _dl_deallocate_tls (void *tcb, bool dealloc_tcb) internal_function; rtld_hidden_proto (_dl_deallocate_tls) |