From dc0f656926203b7b7c05ea226225daa8a63fcdb1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:33:09 +0100 Subject: Move bits/thread-attr.h to bits/types/struct___pthread_attr.h * sysdeps/pthread/bits/thread-attr.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_attr.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') diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h index 416aed2..e09b8d9 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -73,7 +73,7 @@ __BEGIN_DECLS #define PTHREAD_CREATE_JOINABLE __PTHREAD_CREATE_JOINABLE #define PTHREAD_CREATE_DETACHED __PTHREAD_CREATE_DETACHED -#include +#include /* Initialize the thread attribute object in *ATTR to the default values. */ -- cgit v1.2.3