mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
6 lines
67 B
C
6 lines
67 B
C
|
#include <poll.h>
|
||
|
|
||
|
#ifdef _POLL_EMUL_H_
|
||
|
int emulating_poll;
|
||
|
#endif
|