POSIX clearly states that getsubopt() should be declared in <stdlib.h>
not in <unistd.h>
This commit is contained in:
parent
6d8625c740
commit
3f44d96bce
@ -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 New Issue
Block a user