Crafter.Build/binlib/wasi-sysroot-28.0/include/wasm32-wasip1-threads/__struct_pollfd.h
2025-11-09 18:56:24 +01:00

10 lines
151 B
C

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