More testing, bugfixes and integration of VFS-based named semaphores
This commit is contained in:
parent
7af72f4284
commit
c26939d9d8
@ -284,6 +284,10 @@ static int ls_handler(FAR struct nsh_vtbl_s *vtbl, FAR const char *dirpath,
|
|||||||
{
|
{
|
||||||
details[0]='b';
|
details[0]='b';
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
details[0]='?';
|
||||||
|
}
|
||||||
|
|
||||||
if ((buf.st_mode & S_IRUSR) != 0)
|
if ((buf.st_mode & S_IRUSR) != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user