From c11ff6786964991ad5d306bb9313c03cd265f202 Mon Sep 17 00:00:00 2001 From: zhangyan Date: Mon, 28 Mar 2022 04:13:54 +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: I4d5dcfbe6937659489a3f688d188706398e25ec0 --- syscall/fs_syscall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/syscall/fs_syscall.c b/syscall/fs_syscall.c index fcec7510..57e9f37c 100644 --- a/syscall/fs_syscall.c +++ b/syscall/fs_syscall.c @@ -2623,7 +2623,6 @@ static int DoEpollCreate1(int flags) int SysEpollCreate(int size) { - (void)size; return DoEpollCreate1(0); }