mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Semahores: Remove a warning with SIGNALS are disabled
This commit is contained in:
@@ -81,9 +81,7 @@ void sem_initialize(void);
|
||||
# define sem_initialize()
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_DISABLE_SIGNALS
|
||||
void sem_waitirq(FAR struct tcb_s *wtcb, int errcode);
|
||||
#endif
|
||||
|
||||
/* Recover semaphore resources with a task or thread is destroyed */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user