summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:21:01 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:21:01 +0100
commit64e55cccfcffd5a47a0dd92a910eefd477809b18 (patch)
treeac7366ba6bda6d9e4a0d27162b90d2570612930d /sysdeps/generic
parentd94e01e61ca3fe2d8c3a0e6ab294baf68b194a14 (diff)
Move bits/condition.h to bits/types/struct___pthread_cond.h
* sysdeps/pthread/bits/condition.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_cond.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 260295f..9603aec 100644
--- a/sysdeps/generic/pthread.h
+++ b/sysdeps/generic/pthread.h
@@ -480,7 +480,7 @@ extern int pthread_condattr_setpshared (pthread_condattr_t *__attr,
/* Condition variables. */
-#include <bits/condition.h>
+#include <bits/types/struct___pthread_cond.h>
#define PTHREAD_COND_INITIALIZER __PTHREAD_COND_INITIALIZER