From 5745b7c5af7d081f28b2b421adcfd19a3e199362 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sun, 7 Dec 2003 05:12:51 +0000 Subject: [PATCH] Fix prototype for getchar_unlocked(). --- lib/libc/stdio/getc.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 570867b56c5..83a353d1382 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