mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-16 23:53:18 +03:00
add linux extension POLLRDHUP to poll.h
the POLL prefix is in the reserved namespace for poll.h, so no feature test macro checks are needed.
This commit is contained in:
parent
e172c7b4df
commit
8442358d9d
@ -18,6 +18,7 @@ extern "C" {
|
||||
#define POLLWRNORM 0x100
|
||||
#define POLLWRBAND 0x200
|
||||
#define POLLMSG 0x400
|
||||
#define POLLRDHUP 0x2000
|
||||
|
||||
typedef unsigned long nfds_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user