summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 684a612..d47900e 100644
--- a/Makefile
+++ b/Makefile
@@ -159,7 +159,7 @@ headers := \
bits/types/struct___pthread_barrier.h \
bits/thread-specific.h \
bits/once.h \
- bits/mutex-attr.h \
+ bits/types/struct___pthread_mutexattr.h \
bits/rwlock.h \
bits/rwlock-attr.h \
bits/semaphore.h