Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

uapi: turn __poll_t sparse checks on by default

Signed-off-by: Christoph Hellwig <hch@lst.de>

-4
-4
include/uapi/linux/types.h
··· 49 49 #define __aligned_be64 __be64 __attribute__((aligned(8))) 50 50 #define __aligned_le64 __le64 __attribute__((aligned(8))) 51 51 52 - #ifdef __CHECK_POLL 53 52 typedef unsigned __bitwise __poll_t; 54 - #else 55 - typedef unsigned __poll_t; 56 - #endif 57 53 58 54 #endif /* __ASSEMBLY__ */ 59 55 #endif /* _UAPI_LINUX_TYPES_H */