summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index eb817653f..a4f60ac65 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-15 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/include/sys/time.h (struct timeval): Change member types
+ according to SUSv3.
+ * libc/include/sys/types.h (useconds_t): Change to unsigned
+ according to SUSv3.
+ (suseconds_t): Define type.
+
2006-02-13 Jeff Johnston <jjohnstn@redhat.com>
David Carne <davidcarne@gmail.com>