summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/bits/types/struct___pthread_barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/bits/types/struct___pthread_barrier.h')
-rw-r--r--sysdeps/pthread/bits/types/struct___pthread_barrier.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/pthread/bits/types/struct___pthread_barrier.h b/sysdeps/pthread/bits/types/struct___pthread_barrier.h
index a4c0f61..27a6b84 100644
--- a/sysdeps/pthread/bits/types/struct___pthread_barrier.h
+++ b/sysdeps/pthread/bits/types/struct___pthread_barrier.h
@@ -25,11 +25,11 @@
struct __pthread_barrier
{
__pthread_spinlock_t __lock;
- struct __pthread *__queue; /* List of waiters. */
- unsigned __pending; /* Number of that still need to wait on
- barrier. */
- unsigned __count; /* Number of threads that must wait before
- barrier is passed. */
+ struct __pthread *__queue; /* List of waiters. */
+ unsigned __pending; /* Number of that still need to wait on
+ barrier. */
+ unsigned __count; /* Number of threads that must wait before
+ barrier is passed. */
struct __pthread_barrierattr *__attr;
void *__data;
};