To run a Linux program on Windows, I use cygwin. But the program that I run uses
#include <sys/epoll.h> When compiling in g ++, an error is generated
"fatal error: sys/epoll.h: No such file or directory" What package need to be installed in cygwin to compile the program in the Windows operating system?
Linux compiled program actively uses epoll API.