about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h
blob: eb4a5224539136f3c219c0bff71d99d09dfab36e (plain) (blame)
1
2
3
4
5
/* SPARC 'struct __new_sigaction' is similar to generic Linux UAPI with
   a sa_restorer field, even though function is passed as an argument
   to rt_sigaction syscall.  */
#define HAS_SA_RESTORER 1
#include <sysdeps/unix/sysv/linux/kernel_sigaction.h>