pthread: restore pthread mutex default protocol POSIX compatibility

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-01-06 11:02:13 +01:00
committed by Xiang Xiao
parent 5a0ab205ca
commit 2447b7bd9a
24 changed files with 63 additions and 22 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ int nxsem_set_protocol(FAR sem_t *sem, int protocol)
/* Not yet supported */
return -ENOSYS;
return -ENOTSUP;
default:
break;