]> granicus.if.org Git - strace/commit
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)
commit176c894c9199c6bc9292ea5cf4b5922d04f708da
treeb56ca94533987f78fc78d37862d6f26291c470f5
parenta3b09b9c3b7691713c7a7a21d473ba05860c9e40
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.
NEWS
xlat/pollflags.in