commit | df143f8576afb0446794d4ccb1fb02aed196c82a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 04 17:34:04 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Apr 04 17:34:04 2016 -0700 |
tree | 098728b018b7869bd8952e3e39894df3280808bc | |
parent | 2678c90f7d98a962badfe4bb736a26fb21485c7e [diff] [blame] |
Add POSIX getsubopt(3). Bug: http://b/27952303 Change-Id: I8a816477545dadcbd5c055714e76263574446b6f
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h index d9d277a..88930b1 100644 --- a/libc/include/stdlib.h +++ b/libc/include/stdlib.h
@@ -135,6 +135,8 @@ int ptsname_r(int, char*, size_t); int unlockpt(int); +int getsubopt(char**, char* const*, char**); + typedef struct { int quot; int rem;