xref: /kernel/linux/linux-6.6/include/uapi/linux/signal.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/uapi/linux/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
262306a36Sopenharmony_ci#ifndef _UAPI_LINUX_SIGNAL_H
362306a36Sopenharmony_ci#define _UAPI_LINUX_SIGNAL_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <asm/signal.h>
662306a36Sopenharmony_ci#include <asm/siginfo.h>
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#define SS_ONSTACK	1
962306a36Sopenharmony_ci#define SS_DISABLE	2
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci/* bit-flags */
1262306a36Sopenharmony_ci#define SS_AUTODISARM	(1U << 31)	/* disable sas during sighandling */
1362306a36Sopenharmony_ci/* mask for all SS_xxx flags */
1462306a36Sopenharmony_ci#define SS_FLAG_BITS	SS_AUTODISARM
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif /* _UAPI_LINUX_SIGNAL_H */
17

Indexes created Thu Nov 07 10:32:03 CST 2024