Fix prototype for getchar_unlocked().

This commit is contained in:
Tim J. Robbins 2003-12-07 05:12:51 +00:00
parent 774114995e
commit 5745b7c5af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123216

View File

@ -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