summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-06 17:24:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-06 17:24:44 +0000
commit5d9cb7e00f6e7377d1023e42dbb4166d8229c51f (patch)
tree5bccd04b164211ff5568a99b3eb9d7f8574ec1f5 /cpukit
parentMade the implementation of pthread_equal conditional on RTEMS_DEBUG. If (diff)
downloadrtems-5d9cb7e00f6e7377d1023e42dbb4166d8229c51f.tar.bz2
removed timer_getoverrun() since it was also in ptimer.c
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/posix/src/time.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/posix/src/time.c b/cpukit/posix/src/time.c
index 1e33ed4fc1..95fdbcc8d5 100644
--- a/cpukit/posix/src/time.c
+++ b/cpukit/posix/src/time.c
@@ -237,17 +237,6 @@ int clock_getres(
}
/*
- * 14.2.4 Per-Process Timers, P1003.1b-1993, p. 267
- */
-
-int timer_getoverrun(
- timer_t timerid
-)
-{
- return POSIX_NOT_IMPLEMENTED();
-}
-
-/*
* 14.2.5 High Resolution Sleep, P1003.1b-1993, p. 269
*/