0
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-06-30 02:31:15 +00:00

Workaround Apple poll API docs violation

This commit is contained in:
Sergey Larin 2025-02-12 21:48:19 +03:00
parent 8c33de2bf9
commit a012afaee0

View File

@ -30,7 +30,9 @@
#endif
#endif
#ifndef POLLRDHUP
#ifdef __APPLE__
#define POLLRDHUP POLLHUP
#elif !defined POLLRDHUP
#define POLLRDHUP 0
#endif
#define POLLTIMEOUT 0