More testing, bugfixes and integration of VFS-based named semaphores

This commit is contained in:
Gregory Nutt 2014-09-28 17:30:42 -06:00
parent 7af72f4284
commit c26939d9d8

View File

@ -284,6 +284,10 @@ static int ls_handler(FAR struct nsh_vtbl_s *vtbl, FAR const char *dirpath,
{
details[0]='b';
}
else
{
details[0]='?';
}
if ((buf.st_mode & S_IRUSR) != 0)
{