fix:优化修改epoll_create系统调用接口和epoll_create实现方式

re #I4STTF
Signed-off-by: Kiita <zhanyan@huawei.com>
Change-Id: I4d5dcfbe6937659489a3f688d188706398e25ec0
This commit is contained in:
zhangyan 2022-03-28 04:13:54 +00:00
parent b6a49e7c89
commit c11ff67869
1 changed files with 0 additions and 1 deletions

View File

@ -2623,7 +2623,6 @@ static int DoEpollCreate1(int flags)
int SysEpollCreate(int size) int SysEpollCreate(int size)
{ {
(void)size; (void)size;
return DoEpollCreate1(0); return DoEpollCreate1(0);
} }