1 2 3 4 5 6 7 8 9 10
#ifndef __wasilibc___struct_pollfd_h #define __wasilibc___struct_pollfd_h struct pollfd { int fd; short events; short revents; }; #endif