mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
arch: move sigdeliver to common code
Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
@@ -170,12 +170,6 @@ struct xcptcontext
|
||||
|
||||
uint32_t regs[XCPTCONTEXT_REGS];
|
||||
|
||||
/* The following function pointer is non-zero if there
|
||||
* are pending signals to be processed.
|
||||
*/
|
||||
|
||||
void *sigdeliver; /* Actual type is sig_deliver_t */
|
||||
|
||||
/* These are saved copies of LR and CPSR used during
|
||||
* signal processing.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user