| commit | 20788aec002ab3f6dea4e01665a439933161d11c | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Thu Jun 09 15:16:32 2016 -0700 |
| committer | Elliott Hughes <enh@google.com> | Thu Jun 09 15:16:32 2016 -0700 |
| tree | cb77d4d956f2377e762476a96cfe92b4dcaf6a94 | |
| parent | 70d99a1053542b8c062e6cb7eca2bcfb16c25d55 [diff] [blame] |
Add ctermid. Change-Id: I7c7c815c2725df222932db923632c8b6419741ab
diff --git a/libc/include/stdio.h b/libc/include/stdio.h index 83ffc20..b92f5d5 100644 --- a/libc/include/stdio.h +++ b/libc/include/stdio.h
@@ -226,6 +226,7 @@ */ #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE #define L_ctermid 1024 /* size for ctermid(); PATH_MAX */ +char* ctermid(char*); FILE *fdopen(int, const char *); int fileno(FILE *);