fix:优化修改epoll_create系统调用接口和epoll_create实现方式
re #I4STTF Signed-off-by: Kiita <zhanyan@huawei.com> Change-Id: I4d5dcfbe6937659489a3f688d188706398e25ec0
This commit is contained in:
parent
b6a49e7c89
commit
c11ff67869
|
@ -2623,7 +2623,6 @@ static int DoEpollCreate1(int flags)
|
|||
|
||||
int SysEpollCreate(int size)
|
||||
{
|
||||
|
||||
(void)size;
|
||||
return DoEpollCreate1(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue