mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-24 23:26:41 +00:00
be7ce4110e
This reverts commit e96515433d
.
8 lines
84 B
C++
8 lines
84 B
C++
// Test for poll().
|
|
#include <poll.h>
|
|
|
|
int main()
|
|
{
|
|
return poll(nullptr, 0, 0);
|
|
}
|