OSDN Git Service

Fix stdio static initializers to make both clang and GCC happy.
authorElliott Hughes <enh@google.com>
Mon, 7 Dec 2015 19:07:15 +0000 (11:07 -0800)
committerElliott Hughes <enh@google.com>
Mon, 7 Dec 2015 19:07:15 +0000 (11:07 -0800)
commit29ee6397a844e2d88f776f5c0b4e656e58df9840
tree078285424dafe2647378eb79e5b039c9572d439f
parentc4eef1fb5ba325317e94b598c6fbf8e4c4bf83e1
Fix stdio static initializers to make both clang and GCC happy.

Previously only clang was happy. GCC said:

  error: missing initializer for field 'wcio_mbstate_in' of 'struct wchar_io_data'

Change-Id: I25a11b64f4dfa22a5dd5daded152191fe2cfacaf
libc/stdio/findfp.c