summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/resource_snapshot.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 13:50:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:56:57 +0200
commit9c743e8e72b602319bf5a4a35a2fea4d60e7dc2e (patch)
treed01b078a0a32dc95513f34102611ebd448f7acf3 /cpukit/libcsupport/src/resource_snapshot.c
parentscore: Error for non-preemptible tasks on SMP (diff)
downloadrtems-9c743e8e72b602319bf5a4a35a2fea4d60e7dc2e.tar.bz2
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.
Diffstat (limited to 'cpukit/libcsupport/src/resource_snapshot.c')
-rw-r--r--cpukit/libcsupport/src/resource_snapshot.c2
1 files changed, 1 insertions, 1 deletions
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 <rtems/posix/psignal.h>
#include <rtems/posix/pthread.h>
#include <rtems/posix/rwlock.h>
- #include <rtems/posix/semaphore.h>
+ #include <rtems/posix/semaphoreimpl.h>
#include <rtems/posix/spinlock.h>
#include <rtems/posix/timer.h>
#endif