summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_unmaskpendingsignal.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_unmaskpendingsignal.c')
-rw-r--r--nuttx/sched/sig_unmaskpendingsignal.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/sched/sig_unmaskpendingsignal.c b/nuttx/sched/sig_unmaskpendingsignal.c
index a7bcc7a29..c4d80de17 100644
--- a/nuttx/sched/sig_unmaskpendingsignal.c
+++ b/nuttx/sched/sig_unmaskpendingsignal.c
@@ -1,7 +1,7 @@
/************************************************************************
* sched/sig_unmaskpendingsignal.c
*
- * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -80,10 +80,10 @@
void sig_unmaskpendingsignal(void)
{
- FAR _TCB *rtcb = (FAR _TCB*)g_readytorun.head;
- sigset_t unmaskedset;
+ FAR struct tcb_s *rtcb = (FAR struct tcb_s*)g_readytorun.head;
+ sigset_t unmaskedset;
FAR sigpendq_t *pendingsig;
- int signo;
+ int signo;
/* Prohibit any context switches until we are done with this.
* We may still be performing signal operations from interrupt