mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
Fix an error introduced in last commit
This commit is contained in:
@@ -1196,6 +1196,7 @@ static int hostfs_stat(struct inode *mountpt, const char *relpath, struct stat *
|
||||
}
|
||||
|
||||
if (host_buf.st_mode & HOST_ST_MODE_PIPE)
|
||||
{
|
||||
buf->st_mode |= S_IFIFO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user