From 148cde5e982950ad5836fa96baa466de842e1c14 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 27 Feb 2007 21:17:21 +0000 Subject: Finally, a clean SDCC compile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@20 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/sem_waitirq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/sched/sem_waitirq.c') diff --git a/nuttx/sched/sem_waitirq.c b/nuttx/sched/sem_waitirq.c index 810663732..b7cbdce21 100644 --- a/nuttx/sched/sem_waitirq.c +++ b/nuttx/sched/sem_waitirq.c @@ -92,7 +92,7 @@ * ************************************************************/ -void sem_waitirq (_TCB *wtcb) +void sem_waitirq(FAR _TCB *wtcb) { irqstate_t saved_state; @@ -126,3 +126,4 @@ void sem_waitirq (_TCB *wtcb) irqrestore(saved_state); } + -- cgit v1.2.3