summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_verifytcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_verifytcb.c')
-rw-r--r--nuttx/sched/sched_verifytcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sched_verifytcb.c b/nuttx/sched/sched_verifytcb.c
index bcf097a5c..638acb361 100644
--- a/nuttx/sched/sched_verifytcb.c
+++ b/nuttx/sched/sched_verifytcb.c
@@ -77,7 +77,7 @@
*
****************************************************************************/
-bool sched_verifytcb(FAR _TCB *tcb)
+bool sched_verifytcb(FAR struct tcb_s *tcb)
{
/* Return true if the PID hashes to this TCB. */