src/include/openbsd/poll.h
2021-02-18 19:41:59 -05:00

10 lines
124 B
C

#include_next <poll.h>
#ifndef _COMPAT_POLL_H_
#define _COMPAT_POLL_H_
#ifndef INFTIM
# define INFTIM (-1)
#endif
#endif