summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 16:29:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:55 +0100
commitf4fee4778e9ab8a61c00fdb34a6d2e49f2e0b2ce (patch)
tree2f409f40cb334be89f68803eaa7627f89ec413c9 /cpukit/posix/include
parentOptional POSIX Cleanup initialization (diff)
downloadrtems-f4fee4778e9ab8a61c00fdb34a6d2e49f2e0b2ce.tar.bz2
Optional POSIX Condition Variable initialization
Update #2408.
Diffstat (limited to 'cpukit/posix/include')
-rw-r--r--cpukit/posix/include/rtems/posix/condimpl.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/cpukit/posix/include/rtems/posix/condimpl.h b/cpukit/posix/include/rtems/posix/condimpl.h
index 7def0f852a..789d3e8658 100644
--- a/cpukit/posix/include/rtems/posix/condimpl.h
+++ b/cpukit/posix/include/rtems/posix/condimpl.h
@@ -36,7 +36,7 @@ extern "C" {
* The following defines the information control block used to manage
* this class of objects.
*/
-POSIX_EXTERN Objects_Information _POSIX_Condition_variables_Information;
+extern Objects_Information _POSIX_Condition_variables_Information;
/**
* The default condition variable attributes structure.
@@ -44,13 +44,6 @@ POSIX_EXTERN Objects_Information _POSIX_Condition_variables_Information;
extern const pthread_condattr_t _POSIX_Condition_variables_Default_attributes;
/**
- * @brief POSIX Condition Variable Manager Initialization
- *
- * This routine performs the initialization necessary for this manager.
- */
-void _POSIX_Condition_variables_Manager_initialization(void);
-
-/**
* @brief POSIX Condition Variable Allocate
*
* This function allocates a condition variable control block from