mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
pthread: restore pthread mutex default protocol POSIX compatibility
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
5a0ab205ca
commit
2447b7bd9a
@@ -100,7 +100,7 @@ int nxsem_set_protocol(FAR sem_t *sem, int protocol)
|
||||
|
||||
/* Not yet supported */
|
||||
|
||||
return -ENOSYS;
|
||||
return -ENOTSUP;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user