提交 7e9d8436 编写于 作者: O openharmony_ci 提交者: Gitee

!442 M核posix接口fs模块用例完善

Merge pull request !442 from wangchen/posix_test
......@@ -290,7 +290,7 @@ static int ConvertFlagToLfsOpenFlag (int oflags)
lfsOpenFlag |= LFS_O_WRONLY;
}
if (oflags & O_RDONLY) {
if (oflags == O_RDONLY) {
lfsOpenFlag |= LFS_O_RDONLY;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册