]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/headers/public/__struct_pollfd.h
Use __BIGGEST_ALIGNMENT__ instead of max_align_t (#375)
[wasi-libc.git] / libc-bottom-half / headers / public / __struct_pollfd.h
CommitLineData
320054e8
DG
1#ifndef __wasilibc___struct_pollfd_h
2#define __wasilibc___struct_pollfd_h
3
4struct pollfd {
5 int fd;
6 short events;
7 short revents;
8};
9
10#endif