summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_find.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-06 00:06:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-06 00:06:35 +0000
commitd8a1b61690862777b137ec182a0d62dcf4ee8db2 (patch)
tree01597f37095db85a61ebf4e63cf9ecfe766ab540 /nuttx/sched/group_find.c
parent0d9fb476ea6f347c48a3ac8c2d98251467421203 (diff)
downloadpx4-nuttx-d8a1b61690862777b137ec182a0d62dcf4ee8db2.tar.gz
px4-nuttx-d8a1b61690862777b137ec182a0d62dcf4ee8db2.tar.bz2
px4-nuttx-d8a1b61690862777b137ec182a0d62dcf4ee8db2.zip
Misc clean-up and bugfixes related to multi-thread group signalling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5614 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/group_find.c')
-rw-r--r--nuttx/sched/group_find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/group_find.c b/nuttx/sched/group_find.c
index d7e82d1f9..4c1205bea 100644
--- a/nuttx/sched/group_find.c
+++ b/nuttx/sched/group_find.c
@@ -145,7 +145,7 @@ FAR struct task_group_s *group_findbygid(gid_t gid)
*
*****************************************************************************/
-#if !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SCHED_HAVE_PARENT)
+#ifdef HAVE_GROUP_MEMBERS
FAR struct task_group_s *group_findbypid(pid_t pid)
{
FAR struct task_group_s *group;