]> asedeno.scripts.mit.edu Git - linux.git/commit
eventpoll.h: add missing epoll event masks
authorGreg KH <gregkh@linuxfoundation.org>
Wed, 8 Mar 2017 18:03:44 +0000 (19:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Mar 2017 01:47:33 +0000 (09:47 +0800)
commit7e040726850a106587485c21bdacc0bfc8a0cbed
treef12211ea1f6d5de0248cdc92291d91b7193b0435
parent6f051e4a685b768f3704c7c069aa1edee3010622
eventpoll.h: add missing epoll event masks

[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 Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/eventpoll.h