From c2597197898e29c85dbfd5a10fb05c2428d2ac07 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:23:31 +0100 Subject: Move bits/mutex-attr.h to bits/types/struct___pthread_mutexattr.h * sysdeps/pthread/bits/mutex-attr.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_mutexattr.h: ... here. * Makefile (headers): Update accordingly. * sysdeps/generic/pthread.h: Likewise. * sysdeps/mach/hurd/bits/types/struct___pthread_mutex.h: Likewise. * sysdeps/pthread/bits/pthreadtypes.h: Likewise. * sysdeps/pthread/bits/types/struct___pthread_mutex.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 9603aec..b06bf8b 100644 --- a/sysdeps/generic/pthread.h +++ b/sysdeps/generic/pthread.h @@ -274,7 +274,7 @@ extern pthread_t pthread_self (void) __THROW; #define PTHREAD_MUTEX_ROBUST __PTHREAD_MUTEX_ROBUST #endif -#include +#include /* Initialize the mutex attribute object in *ATTR to the default values. */ -- cgit v1.2.3