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:
		| @@ -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 | ||||
|   | ||||
| @@ -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]>); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user