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:
Eugene Syromyatnikov
2018-02-15 18:34:25 +01:00
committed by Dmitry V. Levin
parent a3b09b9c3b
commit 176c894c91
2 changed files with 5 additions and 1 deletions

2
NEWS
View File

@ -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.

View File

@ -8,3 +8,7 @@ POLLWRBAND
POLLERR
POLLHUP
POLLNVAL
POLLMSG
POLLREMOVE
POLLRDHUP
POLL_BUSY_LOOP