diff --git a/syscall/fs_syscall.c b/syscall/fs_syscall.c index 57e9f37c..fcec7510 100644 --- a/syscall/fs_syscall.c +++ b/syscall/fs_syscall.c @@ -2623,6 +2623,7 @@ static int DoEpollCreate1(int flags) int SysEpollCreate(int size) { + (void)size; return DoEpollCreate1(0); }