summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:10:15 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:10:57 +0100
commite900467cf8c98913d56098db688f28bbad883641 (patch)
treec2ea2edaecc18b2ab6e6b26f16ef39579d2f9dc7 /sysdeps/generic
parent1b2018c046c879e8a83673865dcb27e683eafcfc (diff)
Move bits/mutex.h to bits/types/struct___pthread_mutex.h
* sysdeps/mach/hurd/bits/mutex.h: Move file to... * sysdeps/mach/hurd/bits/types/struct___pthread_mutex.h: ... here. * sysdeps/pthread/bits/mutex.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_mutex.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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pthread.h b/sysdeps/generic/pthread.h
index cded1ca..7be770e 100644
--- a/sysdeps/generic/pthread.h
+++ b/sysdeps/generic/pthread.h
@@ -363,7 +363,7 @@ extern int pthread_mutexattr_settype(pthread_mutexattr_t *__attr,
/* Mutexes. */
-#include <bits/mutex.h>
+#include <bits/types/struct___pthread_mutex.h>
#define PTHREAD_MUTEX_INITIALIZER __PTHREAD_MUTEX_INITIALIZER
/* Static initializer for recursive mutexes. */