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/libcsupport/src/resource_snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/resource_snapshot.c') diff --git a/cpukit/libcsupport/src/resource_snapshot.c b/cpukit/libcsupport/src/resource_snapshot.c index 079b549b40..fba8a2e2a5 100644 --- a/cpukit/libcsupport/src/resource_snapshot.c +++ b/cpukit/libcsupport/src/resource_snapshot.c @@ -36,7 +36,7 @@ #include #include #include - #include + #include #include #include #endif -- cgit v1.2.3