Fix no prototype functions

Issue: #I6LPWU

Signed-off-by: guzhihao4 <guzhihao4@huawei.com>
Change-Id: Ie71993bf0d9fc061f9c481e362d5a94148e925fa
This commit is contained in:
guzhihao4
2023-03-15 15:38:12 +08:00
parent 9b66e3e03e
commit 79e733e447
+1 -1
View File
@@ -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) {