summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-23 20:26:58 +0000
committerru <ru@FreeBSD.org>2005-11-23 20:26:58 +0000
commit642fd4337d7b7d5f8147824e7235f3cdc37b53ba (patch)
tree9d62c7805ffd751ef6840b14c301b7e076dcde72 /lib
parent675a0bcf594f9fef7ea42856fc2dae79359daaea (diff)
downloadFreeBSD-src-642fd4337d7b7d5f8147824e7235f3cdc37b53ba.zip
FreeBSD-src-642fd4337d7b7d5f8147824e7235f3cdc37b53ba.tar.gz
Fix prototype.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/getc.32
-rw-r--r--lib/libc/stdio/getwc.32
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index 6b73e49..25c9be4 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -58,7 +58,7 @@
.Ft int
.Fn getc_unlocked "FILE *stream"
.Ft int
-.Fn getchar
+.Fn getchar void
.Ft int
.Fn getchar_unlocked "void"
.Ft int
diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3
index 6e4069c..4939ad1 100644
--- a/lib/libc/stdio/getwc.3
+++ b/lib/libc/stdio/getwc.3
@@ -56,7 +56,7 @@
.Ft wint_t
.Fn getwc "FILE *stream"
.Ft wint_t
-.Fn getwchar
+.Fn getwchar void
.Sh DESCRIPTION
The
.Fn fgetwc
OpenPOWER on IntegriCloud