]> granicus.if.org Git - strace/commitdiff
xlat: update the list of poll event flags
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 15 Feb 2018 17:34:25 +0000 (18:34 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 27 Feb 2018 13:14:38 +0000 (13:14 +0000)
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.

NEWS
xlat/pollflags.in

diff --git a/NEWS b/NEWS
index bdb9a6972b92cf864213e4eeebc3dd19b6eeee8c..819c91f1b8eee3ed66a535f3f07a0304604a374b 100644 (file)
--- a/NEWS
+++ b/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.
index db41909fb83eebcba94e37b38c4dad4fd0610ba2..61d4f061ef3e91390be33ab2f9c75331b0614a6c 100644 (file)
@@ -8,3 +8,7 @@ POLLWRBAND
 POLLERR
 POLLHUP
 POLLNVAL
+POLLMSG
+POLLREMOVE
+POLLRDHUP
+POLL_BUSY_LOOP