From 72e18faf625a9644b4d1fd8957433db482c42aae Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 2 Nov 2015 16:34:49 -0500 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 547474a56..487b1d374 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2015-11-02 Jon Turney + + * 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 * config.guess: Update from config repo. -- cgit v1.2.3