aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 20:00:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 20:00:37 +0000
commitfdaa22ed2d565e49983e956bc056f1e0797bd9a9 (patch)
tree81d2bc2ed6e039cb6e9f7228846608b2d7d4fa85 /nuttx/include
parent80904539e63681b2dca74e3978effb17f0c071b0 (diff)
downloadpx4-firmware-fdaa22ed2d565e49983e956bc056f1e0797bd9a9.tar.gz
px4-firmware-fdaa22ed2d565e49983e956bc056f1e0797bd9a9.tar.bz2
px4-firmware-fdaa22ed2d565e49983e956bc056f1e0797bd9a9.zip
Add logic to send SIGCHLD to all members of a task group
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5564 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/sched.h b/nuttx/include/nuttx/sched.h
index a29f8dfeb..2795751ab 100644
--- a/nuttx/include/nuttx/sched.h
+++ b/nuttx/include/nuttx/sched.h
@@ -70,7 +70,7 @@
/* In any event, we don't need group members if support for pthreads is disabled */
-#ifdef CONFIG_PTHREADS_DISABLE
+#ifdef CONFIG_DISABLE_PTHREAD
# undef HAVE_GROUP_MEMBERS
#endif