mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
POSIX clearly states that getsubopt() should be declared in <stdlib.h>
not in <unistd.h>
This commit is contained in:
parent
f0d82b33be
commit
60fb481f43
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.In unistd.h
|
||||
.In stdlib.h
|
||||
.Vt extern char *suboptarg ;
|
||||
.Ft int
|
||||
.Fn getsubopt "char **optionp" "char * const *tokens" "char **valuep"
|
||||
|
|
|
|||
Loading…
Reference in a new issue