summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-19 11:00:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:21 +0200
commitbb2d9f9b36fc6b5ef0bf175c3da3928a482fd58b (patch)
treec26bf87ac41e487bb586d273a8a1dec0610a997f /cpukit/posix
parentposix: Create barrier implementation header (diff)
downloadrtems-bb2d9f9b36fc6b5ef0bf175c3da3928a482fd58b.tar.bz2
score: Create barrier implementation header
Move implementation specific parts of corebarrier.h and corebarrier.inl into new header file corebarrierimpl.h. The corebarrier.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/barrierimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/barrierimpl.h b/cpukit/posix/include/rtems/posix/barrierimpl.h
index 180c169c6d..b9df1517cc 100644
--- a/cpukit/posix/include/rtems/posix/barrierimpl.h
+++ b/cpukit/posix/include/rtems/posix/barrierimpl.h
@@ -20,6 +20,7 @@
#define _RTEMS_POSIX_BARRIERIMPL_H
#include <rtems/posix/barrier.h>
+#include <rtems/score/corebarrierimpl.h>
#include <pthread.h>