nativity/lib/libc/include/wasm-wasi-musl/__struct_pollfd.h
David Gonzalez Martin 38011a233c Integrate libs
2024-03-02 12:58:12 -06:00

11 lines
151 B
C

#ifndef __wasilibc___struct_pollfd_h
#define __wasilibc___struct_pollfd_h
struct pollfd {
int fd;
short events;
short revents;
};
#endif