summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:23:31 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:25:49 +0100
commitc2597197898e29c85dbfd5a10fb05c2428d2ac07 (patch)
treeba0148aaf73b210ed20cdfbf1c7ecce21bfb001d /sysdeps/generic
parent64e55cccfcffd5a47a0dd92a910eefd477809b18 (diff)
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.
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 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 <bits/mutex-attr.h>
+#include <bits/types/struct___pthread_mutexattr.h>
/* Initialize the mutex attribute object in *ATTR to the default
values. */