diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2015-11-02 16:34:49 -0500 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2015-11-02 16:34:49 -0500 |
commit | 72e18faf625a9644b4d1fd8957433db482c42aae (patch) | |
tree | c971f62b1524cea4552745a52b5559faa3abfa43 /ChangeLog | |
parent | 50455323229d54a19ffc0a6fa2e1f1f24898b9c4 (diff) | |
download | cygnal-72e18faf625a9644b4d1fd8957433db482c42aae.tar.gz cygnal-72e18faf625a9644b4d1fd8957433db482c42aae.tar.bz2 cygnal-72e18faf625a9644b4d1fd8957433db482c42aae.zip |
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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |