mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
fs: procfs add poll support
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
@@ -78,6 +78,7 @@ const struct procfs_operations g_mempool_operations =
|
||||
mempool_close, /* close */
|
||||
mempool_read, /* read */
|
||||
NULL, /* write */
|
||||
NULL, /* poll */
|
||||
mempool_dup, /* dup */
|
||||
NULL, /* opendir */
|
||||
NULL, /* closedir */
|
||||
|
||||
Reference in New Issue
Block a user