cygwin可以在win10上安装epoll.h吗?

Is cygwin possible to install epoll.h on win10?

我在 win10 上用 cygwin32 编译了一个 linux 网络项目。
这样做的原因是我可以使用舒适的IDE编码环境,而不需要切换到linux环境来进行实时编译。
Cygwin 显示未找到文件错误。

fatal error: sys/epoll.h: No such file or directory
    6 | #include <sys/epoll.h>

这是否意味着 epoll 仅在 linux 2.6 内核中可用? Cygwin 具有大部分但不是全部 linux 功能?

该文件在任何 Cygwin 软件包中都不可用

$ cygcheck -p sys/epoll.h
Found 0 matches for sys/epoll.h

Cygwin 可以模拟大多数 Linux 用户 space,但它不是精确的复制品,而且它 某些功能受限于底层 Microsoft 引擎