diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-11 21:09:27 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-11 21:09:27 +0200 |
commit | 6348dc004579b2f2580f346b636ec59f40888b15 (patch) | |
tree | e245016652b0da5403b3fcfcea2b2aa4aa330799 /Versions | |
parent | 08d8159d5a960466bb9a951ecc8036baa4d74e6b (diff) |
Remove __libc_getspecific
The version from libc was not made to be replaced, and doesn't need to
indeed.
* Version: Remove __libc_getspecific symbol.
* libpthread.a: Likewise.
* libpthread_pic.a: Likewise.
* pthread/cthreads-compat: Remove __libc_getspecific function.
Diffstat (limited to 'Versions')
-rw-r--r-- | Versions | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ libpthread { cthread_fork; cthread_keycreate; cthread_getspecific; - __libc_getspecific; cthread_setspecific; __mutex_lock_solid; __mutex_unlock_solid; |