Semahores: Remove a warning with SIGNALS are disabled

This commit is contained in:
Gregory Nutt 2014-12-28 14:54:40 -06:00
parent 3ad7130f37
commit 78b755961f

View File

@ -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 */