From f154804273bf22bb3a7513e3ba8c134f902941aa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 25 Feb 2011 10:20:02 +0000 Subject: =?UTF-8?q?2011-02-25=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/src/sleep_noposix.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * posix/src/sleep.c, posix/src/usleep.c: Remove. * posix/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide sleep, usleep. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 0e009c7b39..d7d3b1d52b 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2011-02-25 Ralf Corsépius + + * libcsupport/src/sleep_noposix.c: Remove. + * libcsupport/Makefile.am: Reflect changes above. + * posix/src/sleep.c, posix/src/usleep.c: Remove. + * posix/Makefile.am: Reflect changes above. + * configure.ac: Error out if libc doesn't provide sleep, usleep. + 2011-02-25 Ralf Corsépius * aclocal/canonical-target-name.m4: -- cgit v1.2.3