diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 02:35:05 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-19 02:35:05 +0100 |
commit | 3931478319b31d4d28940076ec39475bb4d1018d (patch) | |
tree | 891f7cd6a1ec225c3345bfa7cecad2474e62e55e /sysdeps/generic | |
parent | dc0f656926203b7b7c05ea226225daa8a63fcdb1 (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.h | 2 |
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 |