summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mqueueopen.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 15:12:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:56:59 +0200
commit972a5c5f94b0364fd5bf9bfe6eadcef665b5505b (patch)
tree01062dae41d2b0b1536b6f9082c121f32bc8e232 /cpukit/posix/src/mqueueopen.c
parentrtems: Create message queue implementation header (diff)
downloadrtems-972a5c5f94b0364fd5bf9bfe6eadcef665b5505b.tar.bz2
posix: Create message queue implementation header
Move implementation specific parts of mqueue.h and mqueue.inl into new header file mqueueimpl.h. The mqueue.h contains now only the application visible API.
Diffstat (limited to 'cpukit/posix/src/mqueueopen.c')
-rw-r--r--cpukit/posix/src/mqueueopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/mqueueopen.c b/cpukit/posix/src/mqueueopen.c
index 01d3d57351..e01be7adaf 100644
--- a/cpukit/posix/src/mqueueopen.c
+++ b/cpukit/posix/src/mqueueopen.c
@@ -41,7 +41,7 @@
#include <rtems/system.h>
#include <rtems/score/watchdog.h>
#include <rtems/seterr.h>
-#include <rtems/posix/mqueue.h>
+#include <rtems/posix/mqueueimpl.h>
#include <rtems/posix/time.h>
/*