summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexattrgettype.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-17 14:34:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 09:58:57 +0200
commitf9d533a5f3205b77da40c160516fc8bc7585b36f (patch)
treef04120040c88733da6190dd11aafd97644419124 /cpukit/posix/src/mutexattrgettype.c
parentrtems: Create semaphore implementation header (diff)
downloadrtems-f9d533a5f3205b77da40c160516fc8bc7585b36f.tar.bz2
posix: Create mutex implementation header
Move implementation specific parts of mutex.h and mutex.inl into new header file muteximpl.h. The mutex.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix/src/mutexattrgettype.c')
-rw-r--r--cpukit/posix/src/mutexattrgettype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/mutexattrgettype.c b/cpukit/posix/src/mutexattrgettype.c
index 365defc787..5baaf2a74d 100644
--- a/cpukit/posix/src/mutexattrgettype.c
+++ b/cpukit/posix/src/mutexattrgettype.c
@@ -24,7 +24,7 @@
#include <rtems/system.h>
#include <rtems/score/coremutex.h>
#include <rtems/score/watchdog.h>
-#include <rtems/posix/mutex.h>
+#include <rtems/posix/muteximpl.h>
#include <rtems/posix/priority.h>
#include <rtems/posix/time.h>