| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Fix epoll_create behavior when only epoll_create1 is available (#149713) In PR #99785, I disabled a test for epoll_create that was intended to fail on systems where only epoll_create1 is available. This is because epoll_create1 cannot fail in the same way that epoll_create does. Specifically, calling epoll_create(0) should result in an EINVAL error. So, when only epoll_create1 is available, we should simply check if the argument is zero and return the error accordingly. | 1 年前 | |
[reland][libc] add epoll_wait functions (#79635) The epoll_wait functions are syscall wrappers that were requested by upstream users. This patch adds them, as well as their header and types. The tests are currently incomplete since they require epoll_create to properly test epoll_wait. That will be added in a followup patch since this one is already very large. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 2 年前 |