summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/clocksettime.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-05-19 06:31:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-05-19 06:31:42 +0000
commit20e3bf7a1bffbf03446157df9e84b027861534e8 (patch)
tree6d922ddfa14f037260cd838e97d155450d164e96 /cpukit/posix/src/clocksettime.c
parent2011-05-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-20e3bf7a1bffbf03446157df9e84b027861534e8.tar.bz2
2011-05-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/Makefile.am: Remove posixtime.h. * posix/src/clockgetres.c, posix/src/clockgettime.c, posix/src/clocksettime.c: Remove posixtime.h. Require CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID. * posix/src/posixtime.h: Remove.
Diffstat (limited to 'cpukit/posix/src/clocksettime.c')
-rw-r--r--cpukit/posix/src/clocksettime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/posix/src/clocksettime.c b/cpukit/posix/src/clocksettime.c
index fa1528a633..741e4b38d0 100644
--- a/cpukit/posix/src/clocksettime.c
+++ b/cpukit/posix/src/clocksettime.c
@@ -23,8 +23,6 @@
#include <rtems/seterr.h>
-#include "posixtime.h"
-
/*PAGE
*
* 14.2.1 Clocks, P1003.1b-1993, p. 263