Closed 10dutel closed 8 months ago
使用系统调用epoll_wait() 失败,返回值为-1,错误码为38,ENOSYS,意为系统不支持/未实现此调用。这么常见的系统调用真的没有支持吗?
Translation: The system call epoll_wait() failed with a return value of -1 and error code 38. ENOSYS means that the system does not support/implement this call. Is it true that such common system calls are not supported?
经测试,最新的sdk实现了对epoll的支持,so close issue
使用系统调用epoll_wait() 失败,返回值为-1,错误码为38,ENOSYS,意为系统不支持/未实现此调用。这么常见的系统调用真的没有支持吗?
Translation: The system call epoll_wait() failed with a return value of -1 and error code 38. ENOSYS means that the system does not support/implement this call. Is it true that such common system calls are not supported?