mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
Fix conditional compilation error introduced with the named semaphore changes
This commit is contained in:
@@ -68,7 +68,7 @@ SYSCALL_LOOKUP(sem_wait, 1, STUB_sem_wait)
|
||||
|
||||
/* Named semaphores */
|
||||
|
||||
#ifdef defined(CONFIG_FS_NAMED_SEMAPHORES)
|
||||
#ifdef CONFIG_FS_NAMED_SEMAPHORES
|
||||
SYSCALL_LOOKUP(sem_open, 6, STUB_sem_open)
|
||||
SYSCALL_LOOKUP(sem_close, 1, STUB_sem_close)
|
||||
SYSCALL_LOOKUP(sem_unlink, 1, STUB_sem_unlink)
|
||||
|
||||
Reference in New Issue
Block a user