diff options
| author | martin <martin@NetBSD.org> | 2018-08-15 10:21:42 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2018-08-15 10:21:42 +0000 |
| commit | ca8ec90bdfa91772b8040fc2b1eaa6e7b67a8510 (patch) | |
| tree | 56d2219edd71a9ea2354355cbb1d605cf91ca967 /include/stdlib.h | |
| parent | 17d2cf89a11b662a6af62d901a6420fc56016bab (diff) | |
PR standards/53525: move getsubopt() to stdlib.h
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 796d5bfdd00..417794901f9 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -1,4 +1,4 @@ -/* $NetBSD: stdlib.h,v 1.119 2017/10/07 21:16:06 christos Exp $ */ +/* $NetBSD: stdlib.h,v 1.120 2018/08/15 10:21:42 martin Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -206,6 +206,8 @@ int ttyslot(void); void *valloc(size_t); /* obsoleted by malloc() */ +int getsubopt(char **, char * const *, char **); + int grantpt(int); int unlockpt(int); char *ptsname(int); |
