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

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

View File

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