提交 f83eb41e 编写于 作者: B Bernard Xiong

[libc] fix the compiling warning

上级 2be6176b
......@@ -44,7 +44,7 @@ int libc_stdio_set_console(const char* device_name, int mode)
if (mode == O_RDWR) file_mode = "r+";
else if (mode == O_WRONLY) file_mode = "wb";
else if (mode == O_RDONLY) file_mode = "rb";
else file_mode = "rb";
fp = fopen(name, file_mode);
if (fp)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册