summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/muteximpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix/muteximpl.h')
-rw-r--r--cpukit/posix/include/rtems/posix/muteximpl.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/cpukit/posix/include/rtems/posix/muteximpl.h b/cpukit/posix/include/rtems/posix/muteximpl.h
index f4c6c686aa..c1fab0c977 100644
--- a/cpukit/posix/include/rtems/posix/muteximpl.h
+++ b/cpukit/posix/include/rtems/posix/muteximpl.h
@@ -31,12 +31,12 @@ extern "C" {
* The following defines the information control block used to manage
* this class of objects.
*/
-POSIX_EXTERN Objects_Information _POSIX_Mutex_Information;
+extern Objects_Information _POSIX_Mutex_Information;
/**
* The default mutex attributes structure.
*/
-POSIX_EXTERN pthread_mutexattr_t _POSIX_Mutex_Default_attributes;
+extern pthread_mutexattr_t _POSIX_Mutex_Default_attributes;
/**
* This array contains a mapping from Score Mutex return codes to
@@ -45,13 +45,6 @@ POSIX_EXTERN pthread_mutexattr_t _POSIX_Mutex_Default_attributes;
extern const int _POSIX_Mutex_Return_codes[CORE_MUTEX_STATUS_LAST + 1];
/**
- * @brief POSIX Mutex Manager Initialization
- *
- * This routine performs the initialization necessary for this manager.
- */
-void _POSIX_Mutex_Manager_initialization(void);
-
-/**
* @brief POSIX Mutex Allocate
*
* This function allocates a mutexes control block from