summaryrefslogtreecommitdiffstats
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-12-11 22:49:58 +0000
committerJeff Johnston <jjohnstn@redhat.com>2008-12-11 22:49:58 +0000
commit6b9838a3431b91778cedf561d9af26ff22457cf6 (patch)
tree8f85851ee207cf12e0f889fb7a3c829dfa3902c4 /newlib
parent04e475294365a9abe8f09746575623e1fc3b98e6 (diff)
downloadcygnal-6b9838a3431b91778cedf561d9af26ff22457cf6.tar.gz
cygnal-6b9838a3431b91778cedf561d9af26ff22457cf6.tar.bz2
cygnal-6b9838a3431b91778cedf561d9af26ff22457cf6.zip
Formatting fix.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index feb1ef079..cb780c33f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,8 +1,8 @@
2008-12-11 Jeff Johnston <jjohnstn@redhat.com>
- * libc/include/sys/time.h(gettimeofday): Change prototype so
+ * libc/include/sys/time.h (gettimeofday): Change prototype so
2nd parameter is void *, matching SUSV2.
- * libc/syscalls/sysgettod.c(gettimeofday): Ditto.
+ * libc/syscalls/sysgettod.c (gettimeofday): Ditto.
2008-12-11 Jukka Pietarinen <jukka.pietarinen@mrf.fi>