/* * This header was generated from the Linux kernel headers by update_headers.py, * to provide necessary information from kernel to userspace, such as constants, * structures, and macros, and thus, contains no copyrightable information. */ #ifndef __ASM_SIGNAL_H #define __ASM_SIGNAL_H #define SA_RESTORER 0x04000000 #define MINSIGSTKSZ 5120 #define SIGSTKSZ 16384 #include #endif