From ceadb90a71373d8eae95bb9352f0e827b527e645 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 20 Nov 2008 21:50:11 +0000 Subject: 2008-11-20 Joel Sherrill * libcsupport/Makefile.am, posix/Makefile.am: Comment out including files which contain routines which are now provided by the newlib posix subdirectory. Document a few which come from the unix directory. --- cpukit/posix/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/Makefile.am') diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am index c60a6a4448..71c604a4b3 100644 --- a/cpukit/posix/Makefile.am +++ b/cpukit/posix/Makefile.am @@ -17,8 +17,9 @@ libposix_a_CPPFLAGS = $(AM_CPPFLAGS) libposix_a_SOURCES = # Some POSIX functions that are nice to always have -libposix_a_SOURCES += src/sleep.c src/usleep.c src/nanosleep.c \ - src/clockgettime.c src/clocksettime.c +## 20 Nov 2008: Now using these from newlib's posix directory +## libposix_a_SOURCES += src/sleep.c src/usleep.c +libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c if HAS_PTHREADS # include -- cgit v1.2.3