scif: annotate scif_pollepd

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2017-07-03 23:47:31 -04:00
parent ddc0505fbd
commit e8c33e2296
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@ struct scif_range {
*/
struct scif_pollepd {
scif_epd_t epd;
short events;
short revents;
__poll_t events;
__poll_t revents;
};
/**