mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
fs/timerfd: Reverse truncate and mmap field
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
eed2cce3f2
commit
9aa835815f
+1
-1
@@ -111,8 +111,8 @@ static const struct file_operations g_timerfd_fops =
|
||||
NULL, /* write */
|
||||
NULL, /* seek */
|
||||
NULL, /* ioctl */
|
||||
NULL, /* truncate */
|
||||
NULL, /* mmap */
|
||||
NULL, /* truncate */
|
||||
#ifdef CONFIG_TIMER_FD_POLL
|
||||
timerfd_poll /* poll */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user