xlat: update the list of poll event flags
POLL_BUSY_LOOP was introduced by linux kernel commit v3.11-rc1~64^2~129 as POLL_LL and then renamed in v3.11-rc1~64^2~9. POLLRDHUP was introduced by linux kernel commit v2.6.17-rc1~796. POLLMSG and POLLREMOVE predate git repository. POLLFREE was introduced by linux kernel commit v3.3-rc5~8 for internal use only. * xlat/pollflags.in (POLLMSG, POLLREMOVE, POLLRDHUP, POLL_BUSY_LOOP): New constants. * NEWS: Mention it.
This commit is contained in:
2
NEWS
2
NEWS
@ -9,7 +9,7 @@ Noteworthy changes in release ?.?? (????-??-??)
|
||||
in brackets.
|
||||
* Enhanced NETLINK_ROUTE protocol decoding.
|
||||
* Updated lists of signal codes.
|
||||
* Updated the list of RWF_* constants.
|
||||
* Updated lists of POLL* and RWF_* constants.
|
||||
|
||||
* Bug fixes
|
||||
* Fixed build on m68k.
|
||||
|
@ -8,3 +8,7 @@ POLLWRBAND
|
||||
POLLERR
|
||||
POLLHUP
|
||||
POLLNVAL
|
||||
POLLMSG
|
||||
POLLREMOVE
|
||||
POLLRDHUP
|
||||
POLL_BUSY_LOOP
|
||||
|
Reference in New Issue
Block a user