/* This is the structure used for the rt_sigaction syscall on most archs, * but it can be overridden by a file with the same name in the top-level * arch dir for a given arch, if necessary. */structk_sigaction{void(*handler)(int);unsignedlongflags;void(*restorer)(void);unsignedmask[2];};