From 3e36a16774290447e98a0261e625c38d00f2e19b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Apr 2016 06:33:28 +0200 Subject: posix: _POSIX_Message_queue_Create_support() Make _POSIX_Message_queue_Create_support() static since it is only used by mq_open(). --- cpukit/posix/include/rtems/posix/mqueueimpl.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'cpukit/posix/include/rtems/posix/mqueueimpl.h') 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 @@ -39,20 +39,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 * -- cgit v1.2.3