summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mqueuetimedsend.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/mqueuetimedsend.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/mqueuetimedsend.c')
-rw-r--r--cpukit/posix/src/mqueuetimedsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/mqueuetimedsend.c b/cpukit/posix/src/mqueuetimedsend.c
index da7e0e1058..c3df3a9c51 100644
--- a/cpukit/posix/src/mqueuetimedsend.c
+++ b/cpukit/posix/src/mqueuetimedsend.c
@@ -29,7 +29,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>
int mq_timedsend(