summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8929eccbd1..3ec327245d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * src/sync.c: Make sync() POSIX-compliant.
+ * libcsupport/src/__gettod.c: Make gettimeofday() POSIX-compliant.
+
2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/killinfo.c: Clean up and eliminate some dead code paths.