summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 16:40:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:56 +0100
commit4eee8781458f271be78e6f92cf344f9dbd2b4c8e (patch)
tree26b5da548cc70474d8fcb397403b00a224af1696 /cpukit/posix/include
parentOptional POSIX RWLock initialization (diff)
downloadrtems-4eee8781458f271be78e6f92cf344f9dbd2b4c8e.tar.bz2
Optional POSIX Spinlock initialization
Update #2408.
Diffstat (limited to 'cpukit/posix/include')
-rw-r--r--cpukit/posix/include/rtems/posix/spinlockimpl.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/cpukit/posix/include/rtems/posix/spinlockimpl.h b/cpukit/posix/include/rtems/posix/spinlockimpl.h
index 8a2f58360d..01fe372aca 100644
--- a/cpukit/posix/include/rtems/posix/spinlockimpl.h
+++ b/cpukit/posix/include/rtems/posix/spinlockimpl.h
@@ -34,15 +34,7 @@ extern "C" {
* this class of objects.
*/
-POSIX_EXTERN Objects_Information _POSIX_Spinlock_Information;
-
-/**
- * @brief POSIX spinlock manager initialization.
- *
- * This routine performs the initialization necessary for this manager.
- */
-
-void _POSIX_Spinlock_Manager_initialization(void);
+extern Objects_Information _POSIX_Spinlock_Information;
/**
* @brief Translate core spinlock status code.