blob: 1035b54d46121b44dd99ca643c663aaf385fd203 [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 _UAPI_LINUX_SIGNAL_H
8#define _UAPI_LINUX_SIGNAL_H
9#include <asm/signal.h>
10#include <asm/siginfo.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define SS_ONSTACK 1
12#define SS_DISABLE 2
Christopher Ferris106b3a82016-08-24 12:15:38 -070013#define SS_AUTODISARM (1U << 31)
14#define SS_FLAG_BITS SS_AUTODISARM
Ben Cheng655a7c02013-10-16 16:09:24 -070015#endif