mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Remove final remaining CONFIG_DISABLE_SIGNALS and CONFIG_DISABLE_SIGNAL
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
8af9d39667
commit
abcb67a292
@@ -172,7 +172,6 @@ struct xcptcontext
|
||||
* to be processed.
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_DISABLE_SIGNALS
|
||||
void *sigdeliver; /* Actual type is sig_deliver_t */
|
||||
|
||||
/* These are saved copies of instruction pointer and EFLAGS used during
|
||||
@@ -182,7 +181,6 @@ struct xcptcontext
|
||||
uint64_t saved_rip;
|
||||
uint64_t saved_rflags;
|
||||
uint64_t saved_rsp;
|
||||
#endif
|
||||
|
||||
/* Register save area */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user