diff options
author | Elliott Hughes <enh@google.com> | 2016-01-23 04:50:40 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-01-23 04:50:40 +0000 |
commit | 8fb40bad496c680b5ca644dbf6a2ada79a239eee (patch) | |
tree | 03e00ce79d772a97ec4df86adc66de71984bbd04 /libc/stdio/stdio.cpp | |
parent | a42483baad9a37297e6bbbe02d433ecbde890386 (diff) | |
parent | b877601bff1fcc60c7ea2180d15e38b1e873f36e (diff) |
Merge "Put struct FILE back how NDK-built apps expect it."
Diffstat (limited to 'libc/stdio/stdio.cpp')
-rw-r--r-- | libc/stdio/stdio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/stdio.cpp b/libc/stdio/stdio.cpp index 1066d7fc9..7e9c439e1 100644 --- a/libc/stdio/stdio.cpp +++ b/libc/stdio/stdio.cpp @@ -52,7 +52,7 @@ #define std(flags, file) \ {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \ - {(unsigned char *)(__sFext+file), 0},NULL,0,{0},{0},{0,0},0} + {(unsigned char *)(__sFext+file), 0},NULL,0,{0},{0},{0,0},0,0} _THREAD_PRIVATE_MUTEX(__sfp_mutex); |