aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2015-11-02 16:34:49 -0500
committerJeff Johnston <jjohnstn@redhat.com>2015-11-02 16:34:49 -0500
commit72e18faf625a9644b4d1fd8957433db482c42aae (patch)
treec971f62b1524cea4552745a52b5559faa3abfa43 /ChangeLog
parent50455323229d54a19ffc0a6fa2e1f1f24898b9c4 (diff)
downloadnewlib-72e18faf625a9644b4d1fd8957433db482c42aae.zip
newlib-72e18faf625a9644b4d1fd8957433db482c42aae.tar.gz
newlib-72e18faf625a9644b4d1fd8957433db482c42aae.tar.bz2
Add missing semicolons to prototypes.
* libc/stdio/fseek.c: Add missing semicolons to prototypes in SYNOPSIS. * libc/stdio/fwide.c: Ditto. * libc/stdio64/fseeko64.c: Ditto. * libc/string/strtok.c: Ditto. * libc/string/wcstok.c: Ditto. * libm/math/w_cosh.c: Ditto. * libm/math/w_fmod.c: Ditto. * libm/mathfp/s_cosh.c: Ditto. * libm/mathfp/s_fmod.c: Ditto.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 547474a..487b1d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2015-11-02 Jon Turney <jon.turney@dronecode.org.uk>
+
+ * libc/stdio/fseek.c: Add missing semicolons to prototypes in
+ SYNOPSIS.
+ * libc/stdio/fwide.c: Ditto.
+ * libc/stdio64/fseeko64.c: Ditto.
+ * libc/string/strtok.c: Ditto.
+ * libc/string/wcstok.c: Ditto.
+ * libm/math/w_cosh.c: Ditto.
+ * libm/math/w_fmod.c: Ditto.
+ * libm/mathfp/s_cosh.c: Ditto.
+ * libm/mathfp/s_fmod.c: Ditto.
+
2015-09-22 Mike Frysinger <vapier@gentoo.org>
* config.guess: Update from config repo.