From 3931478319b31d4d28940076ec39475bb4d1018d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:35:05 +0100 Subject: 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. --- sysdeps/generic/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/pthread.h') 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 +#include /* Create a thread specific data key in KEY visible to all threads. On thread destruction, DESTRUCTOR shall be called with the thread -- cgit v1.2.3