当前位置: 代码迷 >> 综合 >> epoll_create 返回 -1 errno function not implemented
  详细解决方案

epoll_create 返回 -1 errno function not implemented

热度:88   发布时间:2024-01-09 07:31:19.0

本人在移植功能代码epoll时遇到,

查阅资料后解决:

    查看linux内核 .config,修改kernel源文件中的 .config的CONFIG_EPOLL=y

  相关解决方案