summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_cleanup.c')
-rw-r--r--nuttx/sched/sig_cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/sig_cleanup.c b/nuttx/sched/sig_cleanup.c
index 4dcc04f8b..a421f3a59 100644
--- a/nuttx/sched/sig_cleanup.c
+++ b/nuttx/sched/sig_cleanup.c
@@ -77,7 +77,7 @@
*
************************************************************************/
-void sig_cleanup(FAR _TCB *stcb)
+void sig_cleanup(FAR struct tcb_s *stcb)
{
FAR sigactq_t *sigact;
FAR sigq_t *sigq;