POSIX clearly states that getsubopt() should be declared in <stdlib.h>

not in <unistd.h>
This commit is contained in:
ache 2004-02-23 03:32:10 +00:00
parent 6d8625c740
commit 3f44d96bce

View File

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