xlat: provide fallback definitions for arch-independent poll event flags
* xlat/pollflags.in (POLLIN, POLLPRI, POLLOUT, POLLRDNORM, POLLRDBAND, POLLERR, POLLHUP, POLLNVAL, POLL_BUSY_LOOP): Add constant values.
This commit is contained in:
parent
176c894c91
commit
fc52b3e265
@ -1,14 +1,14 @@
|
||||
POLLIN
|
||||
POLLPRI
|
||||
POLLOUT
|
||||
POLLRDNORM
|
||||
POLLIN 0x0001
|
||||
POLLPRI 0x0002
|
||||
POLLOUT 0x0004
|
||||
POLLRDNORM 0x0040
|
||||
POLLWRNORM
|
||||
POLLRDBAND
|
||||
POLLRDBAND 0x0080
|
||||
POLLWRBAND
|
||||
POLLERR
|
||||
POLLHUP
|
||||
POLLNVAL
|
||||
POLLERR 0x0008
|
||||
POLLHUP 0x0010
|
||||
POLLNVAL 0x0020
|
||||
POLLMSG
|
||||
POLLREMOVE
|
||||
POLLRDHUP
|
||||
POLL_BUSY_LOOP
|
||||
POLL_BUSY_LOOP 0x8000
|
||||
|
Loading…
x
Reference in New Issue
Block a user