summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/implement.h b/implement.h
index bc72b3f..080d9a1 100644
--- a/implement.h
+++ b/implement.h
@@ -189,9 +189,8 @@ struct pthread_spinlock_t_ {
struct pthread_barrier_t_ {
unsigned int nCurrentBarrierHeight;
unsigned int nInitialBarrierHeight;
- unsigned int nSerial;
int iStep;
- pthread_mutex_t mtxExclusiveAccess;
+ int pshared;
sem_t semBarrierBreeched[2];
};