Closing #6499:
* add missing getsubopt() POSIX-function * added corresponding test git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38650 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -168,6 +168,9 @@ extern size_t wcstombs(char *string, const wchar_t *pwcs, size_t maxSize);
|
||||
/* crypt */
|
||||
extern void setkey(const char *key);
|
||||
|
||||
/* sub-option parsing */
|
||||
extern int getsubopt(char **optionp, char * const *keylistp,
|
||||
char **valuep);
|
||||
|
||||
/* pty functions */
|
||||
extern int posix_openpt(int openFlags);
|
||||
|
||||
Reference in New Issue
Block a user