]> sourceware.org Git - newlib-cygwin.git/commitdiff
Correct a non-ANSI prototype in SYNOPSIS
authorJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 23 Jun 2015 12:02:18 +0000 (13:02 +0100)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 23 Jun 2015 16:30:17 +0000 (17:30 +0100)
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>
newlib/ChangeLog
newlib/libc/stdio/getchar_u.c

index 9eff4ebce00719126a283887235846d01a74b4fa..7c29d88b88a169aed7fef33417016f2c1629ee28 100644 (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
index 22254cbf5d3c8e3489a4546816b49a42b6c3e916..516b4dbd283a99dc8c2fa21baeda64a86b86ef77 100644 (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]>);
This page took 0.048323 seconds and 5 git commands to generate.