mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
fs: procfs add poll support
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
@@ -144,6 +144,7 @@ const struct mountpt_operations g_hostfs_operations =
|
||||
hostfs_ioctl, /* ioctl */
|
||||
NULL, /* mmap */
|
||||
hostfs_ftruncate, /* ftruncate */
|
||||
NULL, /* poll */
|
||||
|
||||
hostfs_sync, /* sync */
|
||||
hostfs_dup, /* dup */
|
||||
|
||||
Reference in New Issue
Block a user