From b6a49e7c89455abc6284b76bdc48328342bc0654 Mon Sep 17 00:00:00 2001 From: zhangyan Date: Mon, 28 Mar 2022 04:10:11 +0000 Subject: [PATCH] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=E4=BF=AE=E6=94=B9epoll?= =?UTF-8?q?=5Fcreate=E7=B3=BB=E7=BB=9F=E8=B0=83=E7=94=A8=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=92=8Cepoll=5Fcreate=E5=AE=9E=E7=8E=B0=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit re #I4STTF Signed-off-by: Kiita Change-Id: I06a8bb79376ca3799fa45732bc612c977e0a7ac9 --- syscall/fs_syscall.c | 1 + 1 file changed, 1 insertion(+) 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); } -- GitLab