diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-11-01 11:55:57 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-11-01 11:55:57 +0100 |
commit | 46406bc7f0a58cb2cfe7973b8c3b587a02beb74f (patch) | |
tree | 7e3b4ffc99fe845b5c0ee8c77593f0bf8d1144cc /pthread | |
parent | 3c237122a91c0a782183c63e9c277ab97837b9cf (diff) | |
parent | 37d6d0fd80143a25b0d1f2a875e2cce6504d9567 (diff) |
Merge branch 'master-glibc' into master-glibc-2.21
Diffstat (limited to 'pthread')
-rw-r--r-- | pthread/cthreads-compat.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pthread/cthreads-compat.c b/pthread/cthreads-compat.c index cbe8170..1a0971b 100644 --- a/pthread/cthreads-compat.c +++ b/pthread/cthreads-compat.c @@ -70,12 +70,6 @@ cthread_getspecific (cthread_key_t key, void **val) return 0; } -void * -__libc_getspecific (cthread_key_t key) -{ - return pthread_getspecific (key); -} - int cthread_setspecific (cthread_key_t key, void *val) { |