提交 0bd862ed 编写于 作者: G guzhihao4

Fix no prototype functions

Issue: #I6LPWU
Signed-off-by: Nguzhihao4 <guzhihao4@huawei.com>
Change-Id: Ie71993bf0d9fc061f9c481e362d5a94148e925fa
上级 820a48c5
......@@ -357,7 +357,7 @@ errout:
return VFS_ERROR;
}
int pipe_init()
int pipe_init(void)
{
int ret = sem_init(&g_pipesem, 0, 1);
if (ret != 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册