eventpoll.h: add missing epoll event masks
commit933e32f87f6e9e006d501e6cb6d46f912acb80f2
authorGreg KH <gregkh@linuxfoundation.org>
Wed, 8 Mar 2017 18:03:44 +0000 (8 19:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jan 2018 13:46:14 +0000 (31 14:46 +0100)
treec552e90b08b6c0afe167d1c1a8bcc8ab02ca2b8e
parentbdc0646c91cddc06ab84236affe21e78498ceaa4
eventpoll.h: add missing epoll event masks

commit 7e040726850a106587485c21bdacc0bfc8a0cbed upstream.

[resend due to me forgetting to cc: linux-api the first time around I
posted these back on Feb 23]

From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

For some reason these values are not in the uapi header file, so any
libc has to define it themselves.  To prevent them from needing to do
this, just have the kernel provide the correct values.

Reported-by: Elliott Hughes <enh@google.com>
Signed-off-by: Greg Hackmann <ghackmann@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/eventpoll.h