summaryrefslogtreecommitdiff
path: root/pthread
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-01 11:55:57 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-01 11:55:57 +0100
commit46406bc7f0a58cb2cfe7973b8c3b587a02beb74f (patch)
tree7e3b4ffc99fe845b5c0ee8c77593f0bf8d1144cc /pthread
parent3c237122a91c0a782183c63e9c277ab97837b9cf (diff)
parent37d6d0fd80143a25b0d1f2a875e2cce6504d9567 (diff)
Merge branch 'master-glibc' into master-glibc-2.21
Diffstat (limited to 'pthread')
-rw-r--r--pthread/cthreads-compat.c6
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)
{