summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getc.3
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-12-07 05:12:51 +0000
committertjr <tjr@FreeBSD.org>2003-12-07 05:12:51 +0000
commit9ef7fe6cd5d612d74126425a017ce6d424fb4949 (patch)
tree76eb3b7a6072f306a1d8f6762234bc43bd63b4a1 /lib/libc/stdio/getc.3
parent2b68e67c6dd54583034d8bfd6d2b87e8de25e973 (diff)
downloadFreeBSD-src-9ef7fe6cd5d612d74126425a017ce6d424fb4949.zip
FreeBSD-src-9ef7fe6cd5d612d74126425a017ce6d424fb4949.tar.gz
Fix prototype for getchar_unlocked().
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r--lib/libc/stdio/getc.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index 570867b..83a353d 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -60,7 +60,7 @@
.Ft int
.Fn getchar
.Ft int
-.Fn getchar_unlocked "FILE *stream"
+.Fn getchar_unlocked "void"
.Ft int
.Fn getw "FILE *stream"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud