Correct a non-ANSI prototype in SYNOPSIS

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>
This commit is contained in:
Jon TURNEY 2015-06-23 13:02:18 +01:00
parent e8442c9625
commit 6c75f6fcb2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -26,7 +26,7 @@ INDEX
SYNOPSIS
#include <stdio.h>
int getchar_unlocked();
int getchar_unlocked(void);
#include <stdio.h>
int _getchar_unlocked_r(struct _reent *<[ptr]>);