pub type pollfd = linux_pollfd;
struct pollfd { pub fd: i32, pub events: i16, pub revents: i16, }
fd: i32
events: i16
revents: i16