Move signal-related files from sched/ to sched/signal

This commit is contained in:
Gregory Nutt
2014-08-08 12:44:44 -06:00
parent 08879ca34c
commit 0385a00a60
35 changed files with 38 additions and 41 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ ifneq ($(CONFIG_DISABLE_SIGNALS),y)
MQUEUE_SRCS += mq_waitirq.c mq_notify.c
endif
# Include mq build support
# Include mqueue build support
DEPPATH += --dep-path mqueue
VPATH += :mqueue
+1 -1
View File
@@ -52,7 +52,7 @@
#include <nuttx/kmalloc.h>
#include "os_internal.h"
#include "sig_internal.h"
#include "signal/signal.h"
#include "mqueue/mqueue.h"
+1 -1
View File
@@ -53,7 +53,7 @@
#include "os_internal.h"
#ifndef CONFIG_DISABLE_SIGNALS
# include "sig_internal.h"
# include "signal/signal.h"
#endif
#include "mqueue/mqueue.h"