fs: procfs add poll support

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
yinshengkai
2023-11-25 20:11:03 +08:00
committed by Xiang Xiao
parent ca99e69c28
commit 9852428953
46 changed files with 82 additions and 5 deletions
+1
View File
@@ -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 */