summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--cpukit/posix/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index 33f831c63b..672fb9bb47 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -16,7 +16,6 @@ libposix_a_SOURCES =
# Some POSIX functions that are nice to always have
libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
src/clockgetres.c src/sysconf.c
-libposix_a_SOURCES += src/posixtime.h
include_rtems_posixdir = $(includedir)/rtems/posix