mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
7b13142643
commit
3bd2c80e40
1 changed files with 5 additions and 0 deletions
5
config/config.poll.c
Normal file
5
config/config.poll.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <poll.h>
|
||||
|
||||
#ifdef _POLL_EMUL_H_
|
||||
int emulating_poll;
|
||||
#endif
|
Loading…
Reference in a new issue