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:
parent
e8442c9625
commit
6c75f6fcb2
|
@ -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>
|
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
* libc/string/wcscpy.c: Remove stray ',' from prototype in
|
* libc/string/wcscpy.c: Remove stray ',' from prototype in
|
||||||
|
|
|
@ -26,7 +26,7 @@ INDEX
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int getchar_unlocked();
|
int getchar_unlocked(void);
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int _getchar_unlocked_r(struct _reent *<[ptr]>);
|
int _getchar_unlocked_r(struct _reent *<[ptr]>);
|
||||||
|
|
Loading…
Reference in New Issue