Undef potentially conflicting macros in stdio_compat.h
Change-Id: If4af3e3cc16a947127e6253d0b81b684b5abb0c9
This commit is contained in:
parent
7ea37bb806
commit
581a82e854
1 changed files with 3 additions and 0 deletions
|
@ -38,8 +38,11 @@
|
|||
#define ungetc _ungetc_
|
||||
#define fputc _fputc_
|
||||
#define fgets _fgets_
|
||||
#undef clearerr
|
||||
#define clearerr _clearerr_
|
||||
#undef ferror
|
||||
#define ferror _ferror_
|
||||
#undef feof
|
||||
#define feof _feof_
|
||||
#define fprintf _fprintf_
|
||||
#undef stdout
|
||||
|
|
Loading…
Reference in a new issue