Poll emulation test

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20300 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2004-11-06 00:22:14 +00:00
parent 7b13142643
commit 3bd2c80e40

5
config/config.poll.c Normal file
View file

@ -0,0 +1,5 @@
#include <poll.h>
#ifdef _POLL_EMUL_H_
int emulating_poll;
#endif