(root)/
glibc-2.38/
sysdeps/
unix/
sysv/
linux/
sparc/
kernel_sigaction.h
       1  /* SPARC 'struct __new_sigaction' is similar to generic Linux UAPI with
       2     a sa_restorer field, even though function is passed as an argument
       3     to rt_sigaction syscall.  */
       4  #define HAS_SA_RESTORER 1
       5  #include <sysdeps/unix/sysv/linux/kernel_sigaction.h>