summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-28 14:48:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-28 14:48:42 +0000
commit151a39425178ee628c924b8231ca65e24ee386d7 (patch)
treec509b82d096f72a52b58c51d7cca13d20ef818bb /nuttx/sched/Makefile
parent02ca18a9e0cd6c8a31f501dcd05cef13caa5a911 (diff)
downloadpx4-nuttx-151a39425178ee628c924b8231ca65e24ee386d7.tar.gz
px4-nuttx-151a39425178ee628c924b8231ca65e24ee386d7.tar.bz2
px4-nuttx-151a39425178ee628c924b8231ca65e24ee386d7.zip
mq_receive/send: Return appropriate errnos and stop waiting if signal received.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@164 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/Makefile')
-rw-r--r--nuttx/sched/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/Makefile b/nuttx/sched/Makefile
index a6ac894eb..1f6ec2384 100644
--- a/nuttx/sched/Makefile
+++ b/nuttx/sched/Makefile
@@ -71,7 +71,7 @@ SIGNAL_SRCS = sig_initialize.c \
sig_cleanup.c sig_received.c sig_deliver.c
MQUEUE_SRCS = mq_open.c mq_close.c mq_unlink.c mq_send.c mq_receive.c \
mq_setattr.c mq_getattr.c mq_initialize.c mq_descreate.c \
- mq_findnamed.c mq_msgfree.c mq_msgqfree.c
+ mq_findnamed.c mq_msgfree.c mq_msgqfree.c mq_waitirq.c
ifneq ($(CONFIG_DISABLE_SIGNALS),y)
MQUEUE_SRCS += mq_notify.c
endif