summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/ptimer.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 16:36:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:55 +0100
commit6c678557906cbbe73af1691e90e52911b2d00223 (patch)
treee4b824e5e9b5f6494df6001ba0d585818f60fcc5 /cpukit/posix/include/rtems/posix/ptimer.h
parentOptional POSIX Semaphore initialization (diff)
downloadrtems-6c678557906cbbe73af1691e90e52911b2d00223.tar.bz2
Optional POSIX Timer initialization
Update #2408.
Diffstat (limited to 'cpukit/posix/include/rtems/posix/ptimer.h')
-rw-r--r--cpukit/posix/include/rtems/posix/ptimer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/posix/include/rtems/posix/ptimer.h b/cpukit/posix/include/rtems/posix/ptimer.h
index 16ac2b8373..f6de4ccb57 100644
--- a/cpukit/posix/include/rtems/posix/ptimer.h
+++ b/cpukit/posix/include/rtems/posix/ptimer.h
@@ -36,13 +36,6 @@ extern "C" {
#include <rtems/posix/config.h>
/**
- * @brief POSIX Timer Manager Initialization
- *
- * This routine performs the initialization necessary for this manager.
- */
-void _POSIX_Timer_Manager_initialization(void);
-
-/**
* @brief Create a Per-Process Timer
*/
int timer_create(