提交 b6a49e7c 编写于 作者: Yansira's avatar Yansira

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

re #I4STTF
Signed-off-by: NKiita <zhanyan@huawei.com>
Change-Id: I06a8bb79376ca3799fa45732bc612c977e0a7ac9
上级 e847c8b4
...@@ -2623,6 +2623,7 @@ static int DoEpollCreate1(int flags) ...@@ -2623,6 +2623,7 @@ static int DoEpollCreate1(int flags)
int SysEpollCreate(int size) int SysEpollCreate(int size)
{ {
(void)size; (void)size;
return DoEpollCreate1(0); return DoEpollCreate1(0);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册