From 9c743e8e72b602319bf5a4a35a2fea4d60e7dc2e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 18 Jul 2013 13:50:25 +0200 Subject: posix: Create semaphore implementation header Move implementation specific parts of semaphore.h and semaphore.inl into new header file semaphoreimpl.h. The semaphore.h contains now only the application visible API. --- cpukit/posix/src/semclose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/semclose.c') diff --git a/cpukit/posix/src/semclose.c b/cpukit/posix/src/semclose.c index 07f75367df..81cb3161d5 100644 --- a/cpukit/posix/src/semclose.c +++ b/cpukit/posix/src/semclose.c @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3