define __poll_t, annotate constants

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2017-07-02 22:05:03 -04:00
parent d759be8953
commit 8ced390c2b
8 changed files with 32 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
#define __ASM_POLL_H
#define POLLWRNORM POLLOUT
#define POLLWRBAND 0x0100
#define POLLWRBAND (__force __poll_t)0x0100
#include <asm-generic/poll.h>