mirror of
https://github.com/fluencelabs/musl
synced 2025-06-13 23:11:51 +00:00
global cleanup to use the new syscall interface
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
|
||||
int epoll_create1(int flags)
|
||||
{
|
||||
return syscall1(__NR_epoll_create1, flags);
|
||||
return syscall(SYS_epoll_create1, flags);
|
||||
}
|
||||
|
Reference in New Issue
Block a user