| 1850 | int __syscall_epoll_create1(int flags) { return -ENOSYS; } |
| 1851 | |
| 1852 | int __syscall_epoll_ctl(int epfd, int op, int fd, struct epoll_event* ev) { |
| 1853 | return -ENOSYS; |
| 1854 | } |
| 1855 | |
| 1856 | int __syscall_epoll_pwait(int epfd, |
| 1857 | struct epoll_event* ev, |
nothing calls this directly
no outgoing calls
no test coverage detected