Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nxrecorder: mode is required when oflags include O_CREAT or O_WRONLY
Refer -- fs_open.c: /* If the file is opened for creation, then get the mode bits */ if ((oflags & (O_WRONLY | O_CREAT)) != 0) { mode = va_arg(ap, mode_t); } Signed-off-by: huxiandong <[email protected]>
- Loading branch information