summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b6548f2c8e..fb07014b5a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/Makefile.am: Split no_posix.c so using sleep() does not
+ pull in kill() stubs.
+ * libcsupport/src/kill_noposix.c, libcsupport/src/sleep_noposix.c:
+ New files.
+ * libcsupport/src/no_posix.c: Removed.
+
2009-12-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/vprintk.c: Fixed usage of va_arg().