diff --git a/syscall/fs_syscall.c b/syscall/fs_syscall.c index 57e9f37c35b5935e427493e2afb868a8e5e791c1..fcec75109185df64c05e8f87474fb1325db0ad73 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); }