commit | 2b021e10664c3938249eb18b48eeac253cbb3e20 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 19 17:00:33 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 20 10:23:52 2014 -0700 |
tree | 31772908fbc1209095bbe668887809eff2fd60fd | |
parent | b61c50647b85b3c33af8ca155e88ec098d9e8cb0 [diff] [blame] |
Add <stdio_ext.h> for elfutils. Bug: 17139679 Change-Id: I1605ac382dbb6f23b2d874dbb9769f3cde4a6a99
diff --git a/libc/include/stdio.h b/libc/include/stdio.h index 516f8cb..8727a9f 100644 --- a/libc/include/stdio.h +++ b/libc/include/stdio.h
@@ -343,6 +343,11 @@ int vasprintf(char ** __restrict, const char * __restrict, __va_list) __printflike(2, 0); + +void clearerr_unlocked(FILE*); +int feof_unlocked(FILE*); +int ferror_unlocked(FILE*); + __END_DECLS /*