mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-23 08:07:37 +08:00

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 <huxiandong@xiaomi.com>