summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-25 06:33:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-02 07:46:13 +0200
commit3e36a16774290447e98a0261e625c38d00f2e19b (patch)
treec907237968596fd8e4bb647f87186d88318d9a32 /cpukit/posix/include
parentbsp/qoriq: Add and use qoriq_reset_qman_and_bman() (diff)
downloadrtems-3e36a16774290447e98a0261e625c38d00f2e19b.tar.bz2
posix: _POSIX_Message_queue_Create_support()
Make _POSIX_Message_queue_Create_support() static since it is only used by mq_open().
Diffstat (limited to 'cpukit/posix/include')
-rw-r--r--cpukit/posix/include/rtems/posix/mqueueimpl.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/posix/include/rtems/posix/mqueueimpl.h b/cpukit/posix/include/rtems/posix/mqueueimpl.h
index cf0f76af32..1cdf6191c7 100644
--- a/cpukit/posix/include/rtems/posix/mqueueimpl.h
+++ b/cpukit/posix/include/rtems/posix/mqueueimpl.h
@@ -40,20 +40,6 @@ extern Objects_Information _POSIX_Message_queue_Information;
extern Objects_Information _POSIX_Message_queue_Information_fds;
/**
- * @brief POSIX Message Queue Create Support
- *
- * This routine performs the creation of a message queue utilizing the
- * core message queue.
- */
-int _POSIX_Message_queue_Create_support(
- const char *name,
- size_t name_len,
- int pshared,
- struct mq_attr *attr,
- POSIX_Message_queue_Control **message_queue
-);
-
-/**
* @brief Delete a POSIX Message Queue
*
* This routine supports the mq_unlink and mq_close routines by