cosmopolitan/libc/isystem/poll.h
2022-09-04 00:09:50 -07:00

6 lines
165 B
C

#ifndef LIBC_ISYSTEM_POLL_H_
#define LIBC_ISYSTEM_POLL_H_
#include "libc/sock/sock.h"
#include "libc/sock/struct/pollfd.h"
#include "libc/sysv/consts/poll.h"
#endif