10 lines
124 B
C
10 lines
124 B
C
#include_next <poll.h>
|
|
|
|
#ifndef _COMPAT_POLL_H_
|
|
#define _COMPAT_POLL_H_
|
|
|
|
#ifndef INFTIM
|
|
# define INFTIM (-1)
|
|
#endif
|
|
|
|
#endif
|