summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-28 14:54:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-28 14:54:40 -0600
commit4c228f24fdbd27e411d3fe49723908c98eb4a3d4 (patch)
tree317a5121da1f5924f4f462e7ac8a4b1ab2988401
parent62f9e324b55062625655404ea96cfcc0aa768ddf (diff)
downloadnuttx-4c228f24fdbd27e411d3fe49723908c98eb4a3d4.tar.gz
nuttx-4c228f24fdbd27e411d3fe49723908c98eb4a3d4.tar.bz2
nuttx-4c228f24fdbd27e411d3fe49723908c98eb4a3d4.zip
Semahores: Remove a warning with SIGNALS are disabled
-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 */