summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:35:05 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:35:05 +0100
commit3931478319b31d4d28940076ec39475bb4d1018d (patch)
tree891f7cd6a1ec225c3345bfa7cecad2474e62e55e /sysdeps/generic
parentdc0f656926203b7b7c05ea226225daa8a63fcdb1 (diff)
Move bits/thread-specific.h to bits/types/__pthread_key.h
* sysdeps/pthread/bits/thread-specific.h: Move file to... * sysdeps/pthread/bits/types/__pthread_key.h: ... here. * Makefile (headers): Update accordingly. * sysdeps/generic/pthread.h: Likewise. * sysdeps/pthread/bits/pthreadtypes.h: Likewise.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h
index e09b8d9..13c5693 100644
--- a/sysdeps/generic/pthread.h
+++ b/sysdeps/generic/pthread.h
@@ -776,7 +776,7 @@ extern int pthread_barrier_wait (pthread_barrier_t *__barrier)
/* Thread specific data. */
-#include <bits/thread-specific.h>
+#include <bits/types/__pthread_key.h>
/* Create a thread specific data key in KEY visible to all threads.
On thread destruction, DESTRUCTOR shall be called with the thread