mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
sys/poll: add POLLRDHUP definition
Change-Id: I1117279d9a620138789256d699ae32d47eab3a90 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
|
||||
#define POLLERR (0x08)
|
||||
#define POLLHUP (0x10)
|
||||
#define POLLRDHUP (0x10)
|
||||
#define POLLNVAL (0x20)
|
||||
|
||||
#define POLLFD (0x00)
|
||||
|
||||
Reference in New Issue
Block a user