From 8e518846a18107d472ecd69085fbcbd1f202f774 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 5 Dec 2008 13:32:09 +0000 Subject: [PATCH] =?UTF-8?q?2008-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/Makefile.am: Unconditionally compile files which now are in newlib. --- cpukit/ChangeLog | 2 ++ cpukit/posix/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d6f1688e75..00c4c0c62c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,7 @@ 2008-12-05 Ralf Corsépius + * posix/Makefile.am: Unconditionally compile files which now + are in newlib. * libcsupport/Makefile.am: Unconditionally compile files which now are in newlib. diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am index 8bb94aca85..205f32835e 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -18,7 +18,7 @@ libposix_a_SOURCES = # Some POSIX functions that are nice to always have ## 20 Nov 2008: Now using these from newlib's posix directory -## libposix_a_SOURCES += src/sleep.c src/usleep.c +libposix_a_SOURCES += src/sleep.c src/usleep.c libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c if HAS_PTHREADS