blob: 1b8911e89e2a1189c73039f1cb501d94f467f4a7 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __ASM_SIGNAL_H
8#define __ASM_SIGNAL_H
9#define SA_RESTORER 0x04000000
Christopher Ferris05d08e92016-02-04 13:16:38 -080010#define MINSIGSTKSZ 5120
Christopher Ferris05d08e92016-02-04 13:16:38 -080011#define SIGSTKSZ 16384
12#include <asm-generic/signal.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070013#endif