1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef __ASM_SIGNAL_H
8 #define __ASM_SIGNAL_H
9 #define SA_RESTORER 0x04000000
10 #define MINSIGSTKSZ 5120
11 #define SIGSTKSZ 16384
12 #include <asm-generic/signal.h>
13 #endif
14