From 7071ca9d21d783827f93fcd25631aa2da8df8fe4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 4 Feb 2013 18:46:28 +0000 Subject: Rename _TCB to struct tcb_s git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/sem_timedwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/sem_timedwait.c') diff --git a/nuttx/sched/sem_timedwait.c b/nuttx/sched/sem_timedwait.c index 6a4724406..df78a3997 100644 --- a/nuttx/sched/sem_timedwait.c +++ b/nuttx/sched/sem_timedwait.c @@ -93,7 +93,7 @@ static void sem_timeout(int argc, uint32_t pid) { - FAR _TCB *wtcb; + FAR struct tcb_s *wtcb; irqstate_t flags; /* Disable interrupts to avoid race conditions */ -- cgit v1.2.3