Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2015-11-03 00:34:49 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-11-03 00:34:49 +0300
commit72e18faf625a9644b4d1fd8957433db482c42aae (patch)
treec971f62b1524cea4552745a52b5559faa3abfa43 /ChangeLog
parent50455323229d54a19ffc0a6fa2e1f1f24898b9c4 (diff)
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 547474a56..487b1d374 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.