fix eof
This commit is contained in:
parent
60008fa1e1
commit
be60e50046
1 changed files with 1 additions and 1 deletions
|
@ -59,4 +59,4 @@ epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
|
|||
{
|
||||
return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Reference in a new issue