diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-31 10:17:18 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-10-31 10:17:18 +0000 |
commit | 9d4b20e48059564bf3061e9672133020544c2759 (patch) | |
tree | 7ca649eddf5deec02cfc2336d0df45df2acd807a /pthread | |
parent | c7c777b3d43d490c2012f6b8e6a61c455479fbbc (diff) | |
parent | 6348dc004579b2f2580f346b636ec59f40888b15 (diff) |
Merge branch 'master' into master-glibc
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) { |