mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
11 lines
186 B
C
11 lines
186 B
C
#include <features.h>
|
|
|
|
struct k_sigaction {
|
|
void (*handler)(int);
|
|
unsigned long flags;
|
|
void *restorer;
|
|
unsigned mask[2];
|
|
};
|
|
|
|
extern hidden unsigned char __restore[], __restore_rt[];
|