| 1854 | } |
| 1855 | |
| 1856 | int __syscall_epoll_pwait(int epfd, |
| 1857 | struct epoll_event* ev, |
| 1858 | int maxevents, |
| 1859 | int timeout, |
| 1860 | const sigset_t* sigmask, |
| 1861 | size_t sigsetsize) { |
| 1862 | return -ENOSYS; |
| 1863 | } |
| 1864 | |
| 1865 | } // extern "C" |
nothing calls this directly
no outgoing calls
no test coverage detected