summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/stdio_compat.h
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-12-24 12:58:33 -0500
committerFranklin Wei <git@fwei.tk>2017-12-24 12:58:33 -0500
commit7ea37bb806a6faeb4e8f9b115f256735f089b169 (patch)
tree9acdddadc58d2c92146a44485eb9a9f4de24f809 /apps/plugins/lib/stdio_compat.h
parent6416d96fbc6946a0eee8ba29bb881fbf4dcbe607 (diff)
downloadrockbox-7ea37bb806a6faeb4e8f9b115f256735f089b169.tar.gz
rockbox-7ea37bb806a6faeb4e8f9b115f256735f089b169.zip
fix red
Change-Id: Ib28cfd9037901c7b8bc9b2960ad2c1c9a1e25a69
Diffstat (limited to 'apps/plugins/lib/stdio_compat.h')
-rw-r--r--apps/plugins/lib/stdio_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/stdio_compat.h b/apps/plugins/lib/stdio_compat.h
index 27ccfcf521..aec72a6af5 100644
--- a/apps/plugins/lib/stdio_compat.h
+++ b/apps/plugins/lib/stdio_compat.h
@@ -42,7 +42,9 @@
42#define ferror _ferror_ 42#define ferror _ferror_
43#define feof _feof_ 43#define feof _feof_
44#define fprintf _fprintf_ 44#define fprintf _fprintf_
45#undef stdout
45#define stdout _stdout_ 46#define stdout _stdout_
47#undef stderr
46#define stderr _stderr_ 48#define stderr _stderr_
47 49
48typedef struct { 50typedef struct {