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
+2 -2
View File
@@ -13,8 +13,8 @@
#define _XTENSA_POLL_H
#define POLLWRNORM POLLOUT
#define POLLWRBAND 0x0100
#define POLLREMOVE 0x0800
#define POLLWRBAND (__force __poll_t)0x0100
#define POLLREMOVE (__force __poll_t)0x0800
#include <asm-generic/poll.h>