2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
* libc/stdio/getchar_u.c: Fix a non-ANSI prototype in SYNOPSIS.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
+2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
+
+ * libc/stdio/getchar_u.c: Fix a non-ANSI prototype in SYNOPSIS.
+
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
* libc/string/wcscpy.c: Remove stray ',' from prototype in
SYNOPSIS
#include <stdio.h>
- int getchar_unlocked();
+ int getchar_unlocked(void);
#include <stdio.h>
int _getchar_unlocked_r(struct _reent *<[ptr]>);