mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix prototype for getchar_unlocked().
This commit is contained in:
parent
774114995e
commit
5745b7c5af
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue