From 5153d879c9cca60bd6630e5e8aa2cbf2abd1ac38 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 16 May 2011 13:55:17 +0000 Subject: =?UTF-8?q?2011-05-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/Makefile.am: Add posixtime.h. * posix/src/clockgetres.c, posix/src/clockgettime.c, posix/src/clocksettime.c: Use CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID. Include posix/src/posixtime.h. * posix/src/posixtime.h: New. --- cpukit/posix/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/posix/Makefile.am') diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am index 34e1cfa0ab..2eac9a921e 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -16,6 +16,7 @@ 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 -- cgit v1.2.3