From 6b4a3770cd0749bfeb593a8c6213805fb6df65a0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2013 10:51:44 +0200 Subject: posix: Create barrier implementation header Move implementation specific parts of barrier.h and barrier.inl into new header file barrierimpl.h. The barrier.h contains now only the application visible API. --- cpukit/posix/src/pbarrierwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/pbarrierwait.c') diff --git a/cpukit/posix/src/pbarrierwait.c b/cpukit/posix/src/pbarrierwait.c index e55faa8fde..036932ed96 100644 --- a/cpukit/posix/src/pbarrierwait.c +++ b/cpukit/posix/src/pbarrierwait.c @@ -22,7 +22,7 @@ #include #include -#include +#include /** * This directive allows a thread to wait at a barrier. -- cgit v1.2.3