am 9efda5b7
: Merge "typo in libc/stdio/wcio.h"
* commit '9efda5b7d0a2e8d9dc7495680d66085dc0e151f3': typo in libc/stdio/wcio.h
This commit is contained in:
commit
4685acbdd4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ struct wchar_io_data {
|
|||
|
||||
/* BIONIC: disable wchar support */
|
||||
#define WCIO_GET(fp) \
|
||||
((struct whcar_io_data*) 0)
|
||||
((struct wchar_io_data*) 0)
|
||||
|
||||
#define _SET_ORIENTATION(fp, mode) ((void)0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue