mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
nuttx/syscall: export nxsem_getprioceiling and nxsem_setprioceiling via syscall
Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
@@ -88,6 +88,11 @@ SYSCALL_LOOKUP(nxsem_wait, 1)
|
||||
SYSCALL_LOOKUP(nxsem_set_protocol, 2)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_PRIORITY_PROTECT
|
||||
SYSCALL_LOOKUP(nxsem_setprioceiling, 3)
|
||||
SYSCALL_LOOKUP(nxsem_getprioceiling, 2)
|
||||
#endif
|
||||
|
||||
/* Named semaphores */
|
||||
|
||||
#ifdef CONFIG_FS_NAMED_SEMAPHORES
|
||||
|
||||
Reference in New Issue
Block a user