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/semaphoredeletesupp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/semaphoredeletesupp.c') diff --git a/cpukit/posix/src/semaphoredeletesupp.c b/cpukit/posix/src/semaphoredeletesupp.c index a24adef870..6e46f53511 100644 --- a/cpukit/posix/src/semaphoredeletesupp.c +++ b/cpukit/posix/src/semaphoredeletesupp.c @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3