summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pthread.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:30:53 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:30:53 +0100
commit164f0e35665764e6d0d03213c07d3998c6538567 (patch)
tree0e1bb0e081db67503d88c3331e200873290c2a7c /sysdeps/generic/pthread.h
parent009612b09c555d5fea660dbb17e420d4a9533127 (diff)
Move bits/rwlock.h to bits/types/struct___pthread_rwlock.h
* sysdeps/pthread/bits/rwlock.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_rwlock.h: ... here. * Makefile (headers): Update accordingly. * sysdeps/generic/pthread.h: Likewise. * sysdeps/pthread/bits/pthreadtypes.h: Likewise.
Diffstat (limited to 'sysdeps/generic/pthread.h')
-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 56e2c43..416aed2 100644
--- a/sysdeps/generic/pthread.h
+++ b/sysdeps/generic/pthread.h
@@ -628,7 +628,7 @@ extern int pthread_rwlockattr_setkind_np (pthread_rwlockattr_t *__attr,
/* rwlocks. */
-#include <bits/rwlock.h>
+#include <bits/types/struct___pthread_rwlock.h>
#define PTHREAD_RWLOCK_INITIALIZER __PTHREAD_RWLOCK_INITIALIZER
/* Create a rwlock object with attributes given by ATTR and strore the