mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
23e5e1b86e
This patch will report events in the following scenarios: 1. Events that have changed but not been waited for before being added to the interest list. 2. Events that occur after `epoll_wait()` returns and before it is called again. Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>