mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix prototype.
This commit is contained in:
parent
35d6c7f50e
commit
8b79908889
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
.Ft wint_t
|
||||
.Fn getwc "FILE *stream"
|
||||
.Ft wint_t
|
||||
.Fn getwchar
|
||||
.Fn getwchar void
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn fgetwc
|
||||
|
|
|
|||
Loading…
Reference in a new issue