summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/group_create.c')
-rw-r--r--nuttx/sched/group_create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/group_create.c b/nuttx/sched/group_create.c
index 58eb60606..414fe1824 100644
--- a/nuttx/sched/group_create.c
+++ b/nuttx/sched/group_create.c
@@ -174,7 +174,7 @@ void group_assigngid(FAR struct task_group_s *group)
*
*****************************************************************************/
-int group_allocate(FAR _TCB *tcb)
+int group_allocate(FAR struct tcb_s *tcb)
{
FAR struct task_group_s *group;
int ret;
@@ -241,7 +241,7 @@ int group_allocate(FAR _TCB *tcb)
*
*****************************************************************************/
-int group_initialize(FAR _TCB *tcb)
+int group_initialize(FAR struct tcb_s *tcb)
{
FAR struct task_group_s *group;
#ifdef HAVE_GROUP_MEMBERS