summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pbarrierwait.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-23 06:26:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-25 12:43:53 +0200
commit8866e6222f5cbfa285b6411fb74154289b024c6b (patch)
treeefb749aece2eb57246e1285f419dff9ebb44c0d9 /cpukit/posix/src/pbarrierwait.c
parentmpci: Fix thread queue flush method (diff)
downloadrtems-8866e6222f5cbfa285b6411fb74154289b024c6b.tar.bz2
score: Move thread queue object support
Diffstat (limited to 'cpukit/posix/src/pbarrierwait.c')
-rw-r--r--cpukit/posix/src/pbarrierwait.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/posix/src/pbarrierwait.c b/cpukit/posix/src/pbarrierwait.c
index 9200dc0eee..150ece7fff 100644
--- a/cpukit/posix/src/pbarrierwait.c
+++ b/cpukit/posix/src/pbarrierwait.c
@@ -19,9 +19,8 @@
#endif
#include <rtems/posix/barrierimpl.h>
-#include <rtems/score/threadimpl.h>
-THREAD_WAIT_QUEUE_OBJECT_ASSERT( POSIX_Barrier_Control, Barrier.Wait_queue );
+THREAD_QUEUE_OBJECT_ASSERT( POSIX_Barrier_Control, Barrier.Wait_queue );
/**
* This directive allows a thread to wait at a barrier.