libs-base/config/config.poll.c
Adam Fedor efccedf1e5 Poll emulation test
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20300 72102866-910b-0410-8b05-ffd578937521
2004-11-06 00:22:14 +00:00

5 lines
67 B
C

#include <poll.h>
#ifdef _POLL_EMUL_H_
int emulating_poll;
#endif