summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_gettcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sched_gettcb.c')
-rw-r--r--nuttx/sched/sched_gettcb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/sched_gettcb.c b/nuttx/sched/sched_gettcb.c
index 1e50ef50f..101f6d413 100644
--- a/nuttx/sched/sched_gettcb.c
+++ b/nuttx/sched/sched_gettcb.c
@@ -77,9 +77,9 @@
*
****************************************************************************/
-FAR _TCB *sched_gettcb(pid_t pid)
+FAR struct tcb_s *sched_gettcb(pid_t pid)
{
- FAR _TCB *ret = NULL;
+ FAR struct tcb_s *ret = NULL;
int hash_ndx;
/* Verify that the PID is within range */