summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_reprioritize.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_reprioritize.c')
-rw-r--r--nuttx/sched/sched_reprioritize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_reprioritize.c b/nuttx/sched/sched_reprioritize.c
index bd316ec75..66a29c42b 100644
--- a/nuttx/sched/sched_reprioritize.c
+++ b/nuttx/sched/sched_reprioritize.c
@@ -102,7 +102,7 @@
*
****************************************************************************/
-int sched_reprioritize(FAR _TCB *tcb, int sched_priority)
+int sched_reprioritize(FAR struct tcb_s *tcb, int sched_priority)
{
/* This function is equivalent to sched_setpriority() BUT it also has the
* side effect of discarding all priority inheritance history. This is