summaryrefslogtreecommitdiff
path: root/sysdeps/pthread
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread')
-rw-r--r--sysdeps/pthread/bits/pthreadtypes.h2
-rw-r--r--sysdeps/pthread/bits/types/struct___pthread_barrier.h (renamed from sysdeps/pthread/bits/barrier.h)6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/pthread/bits/pthreadtypes.h b/sysdeps/pthread/bits/pthreadtypes.h
index 4516a17..c34e2d9 100644
--- a/sysdeps/pthread/bits/pthreadtypes.h
+++ b/sysdeps/pthread/bits/pthreadtypes.h
@@ -117,7 +117,7 @@ typedef struct __pthread_rwlock pthread_rwlock_t;
#include <bits/types/struct___pthread_barrierattr.h>
typedef struct __pthread_barrierattr pthread_barrierattr_t;
-#include <bits/barrier.h>
+#include <bits/types/struct___pthread_barrier.h>
typedef struct __pthread_barrier pthread_barrier_t;
#endif /* __USE_XOPEN2K */
diff --git a/sysdeps/pthread/bits/barrier.h b/sysdeps/pthread/bits/types/struct___pthread_barrier.h
index 2ea8c15..a4c0f61 100644
--- a/sysdeps/pthread/bits/barrier.h
+++ b/sysdeps/pthread/bits/types/struct___pthread_barrier.h
@@ -16,8 +16,8 @@
License along with the GNU C Library; see the file COPYING.LIB. If
not, see <http://www.gnu.org/licenses/>. */
-#ifndef _BITS_BARRIER_H
-#define _BITS_BARRIER_H 1
+#ifndef _BITS_TYPES_STRUCT___PTHREAD_BARRIER_H
+#define _BITS_TYPES_STRUCT___PTHREAD_BARRIER_H 1
#include <bits/types/__pthread_spinlock_t.h>
@@ -35,4 +35,4 @@ struct __pthread_barrier
};
-#endif /* bits/barrier.h */
+#endif /* bits/types/struct___pthread_barrier.h */