aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_action.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 17:23:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-25 17:23:38 +0000
commite95efd5d2a08dcb62c8c635089e4fe146965db45 (patch)
treedd7f8afd13defdb90a4a8ffaba352f90efc3ec3a /nuttx/sched/sig_action.c
parentb6472b58dcce32d4ab2051f13cef89a6f0296c28 (diff)
downloadpx4-firmware-e95efd5d2a08dcb62c8c635089e4fe146965db45.tar.gz
px4-firmware-e95efd5d2a08dcb62c8c635089e4fe146965db45.tar.bz2
px4-firmware-e95efd5d2a08dcb62c8c635089e4fe146965db45.zip
Add framework to support task groups
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5562 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/sig_action.c')
-rw-r--r--nuttx/sched/sig_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sig_action.c b/nuttx/sched/sig_action.c
index 7d84b6291..b307c1fb6 100644
--- a/nuttx/sched/sig_action.c
+++ b/nuttx/sched/sig_action.c
@@ -237,7 +237,7 @@ int sigaction(int signo, FAR const struct sigaction *act, FAR struct sigaction *
/* Mark that status should be not be retained */
- rtcb->flags |= TCB_FLAG_NOCLDWAIT;
+ rtcb->group->tg_flags |= GROUP_FLAG_NOCLDWAIT;
/* Free all pending exit status */