incubator-nuttx/fs/vfs
Xiang Xiao f1ed349dd9 sched/clock: Remove CLOCK_MONOTONIC option from Kconfig
here is the reason:
1.clock_systime_timespec(core function) always exist regardless the setting
2.CLOCK_MONOTONIC is a foundamental clock type required by many places

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-02-23 01:21:26 +08:00
..
Kconfig fs/vfs: Add file descriptor based timers support 2021-12-20 04:00:20 -06:00
Make.defs fs/vfs: Add file descriptor based timers support 2021-12-20 04:00:20 -06:00
fs_chstat.c
fs_close.c
fs_dup.c
fs_dup2.c
fs_epoll.c sched/clock: Remove CLOCK_MONOTONIC option from Kconfig 2022-02-23 01:21:26 +08:00
fs_eventfd.c fs: Remove the unnecessary Kconfig definition 2022-02-05 23:58:01 +01:00
fs_fchstat.c
fs_fcntl.c nuttx/fcntl:pass O_NONBLOCK flag to ioctl 2022-02-22 13:42:44 +08:00
fs_fdopen.c
fs_fstat.c
fs_fstatfs.c
fs_fsync.c Do not require write-access for fsync 2022-01-14 09:01:08 +01:00
fs_ioctl.c nuttx/fcntl:pass O_NONBLOCK flag to ioctl 2022-02-22 13:42:44 +08:00
fs_lseek.c
fs_mkdir.c
fs_open.c
fs_poll.c
fs_pread.c
fs_pwrite.c
fs_read.c
fs_readlink.c nuttx:Change fs strncpy to strlcpy to avoid losing'\0' 2021-12-30 18:06:00 +08:00
fs_rename.c
fs_rmdir.c
fs_select.c
fs_sendfile.c
fs_stat.c
fs_statfs.c fs/vfs: Add file descriptor based timers support 2021-12-20 04:00:20 -06:00
fs_symlink.c
fs_timerfd.c sched/clock: Remove CLOCK_MONOTONIC option from Kconfig 2022-02-23 01:21:26 +08:00
fs_truncate.c
fs_unlink.c
fs_write.c