summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pthread.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:18:53 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:19:20 +0100
commitd94e01e61ca3fe2d8c3a0e6ab294baf68b194a14 (patch)
tree89aae050d8d4715c2615d5faee1a1d5cd2ae44e1 /sysdeps/generic/pthread.h
parentfaa970ad2f949a2ec70971337c4aba7f9fe736f7 (diff)
Move bits/condition-attr.h to bits/types/struct___pthread_condattr.h
* sysdeps/pthread/bits/condition-attr.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_condattr.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 ec7b50f..260295f 100644
--- a/sysdeps/generic/pthread.h
+++ b/sysdeps/generic/pthread.h
@@ -440,7 +440,7 @@ extern int pthread_mutex_consistent_np (pthread_mutex_t *__mtxp)
/* Condition attributes. */
-#include <bits/condition-attr.h>
+#include <bits/types/struct___pthread_condattr.h>
/* Initialize the condition attribute in *ATTR to the default
values. */