summaryrefslogtreecommitdiff
path: root/pthread
diff options
context:
space:
mode:
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)
{