summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/sched/semaphore/semaphore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/sched/semaphore/semaphore.h b/nuttx/sched/semaphore/semaphore.h
index 55e83abbf..d5764347a 100644
--- a/nuttx/sched/semaphore/semaphore.h
+++ b/nuttx/sched/semaphore/semaphore.h
@@ -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 */