Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19 11 lines 228 B view raw
1#define sa_sz 32 2#define sa_flags 8 3#define sa_handler 0 4#define sa_mask_sz 8 5#define SIGUSR1 10 6#define SIGTERM 15 7#define SIGINT 2 8#define SIGABRT 6 9#define SA_NODEFER 1073741824 10#define SA_SIGINFO 4 11#define ucontext_regs 184