mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 01:46:52 +07:00
f283801851
Rework the defintion of struct siginfo so that the array padding struct siginfo to SI_MAX_SIZE can be placed in a union along side of the rest of the struct siginfo members. The result is that we no longer need the __ARCH_SI_PREAMBLE_SIZE or SI_PAD_SIZE definitions. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
10 lines
181 B
C
10 lines
181 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _ALPHA_SIGINFO_H
|
|
#define _ALPHA_SIGINFO_H
|
|
|
|
#define __ARCH_SI_TRAPNO
|
|
|
|
#include <asm-generic/siginfo.h>
|
|
|
|
#endif
|