mirror of
https://github.com/openharmony/third_party_NuttX.git
synced 2026-07-01 08:17:34 -04:00
Fix no prototype functions
Issue: #I6LPWU Signed-off-by: guzhihao4 <guzhihao4@huawei.com> Change-Id: Ie71993bf0d9fc061f9c481e362d5a94148e925fa
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user