summaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:14:32 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:14:32 +0100
commitc09b93588c95ec9bc843da570a7a840dab27a4fc (patch)
tree98453e8b11da82300779eaa52df3eabf4d0b200d /sysdeps/generic
parente900467cf8c98913d56098db688f28bbad883641 (diff)
Move bits/barrier-attr.h to bits/types/struct___pthread_barrierattr.h
* sysdeps/pthread/bits/barrier-attr.h: Move file to... * sysdeps/pthread/bits/types/struct___pthread_barrierattr.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 7be770e..00a947e 100644
--- a/sysdeps/generic/pthread.h
+++ b/sysdeps/generic/pthread.h
@@ -723,7 +723,7 @@ extern void pthread_testcancel (void);
#ifdef __USE_XOPEN2K
-#include <bits/barrier-attr.h>
+#include <bits/types/struct___pthread_barrierattr.h>
/* Initialize barrier attribute object in *ATTR to the default
values. */