Release 4.14 arch/alpha/include/uapi/asm/siginfo.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ALPHA_SIGINFO_H
#define _ALPHA_SIGINFO_H
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
#define __ARCH_SI_TRAPNO
#include <asm-generic/siginfo.h>
/*
* SIGFPE si_codes
*/
#ifdef __KERNEL__
#define FPE_FIXME 0
/* Broken dup of SI_USER */
#endif /* __KERNEL__ */
/*
* SIGTRAP si_codes
*/
#ifdef __KERNEL__
#define TRAP_FIXME 0
/* Broken dup of SI_USER */
#endif /* __KERNEL__ */
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric W. Biedermann | 24 | 55.81% | 2 | 33.33% |
Linus Torvalds (pre-git) | 12 | 27.91% | 1 | 16.67% |
Stephen Rothwell | 3 | 6.98% | 1 | 16.67% |
Richard Henderson | 3 | 6.98% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 2.33% | 1 | 16.67% |
Total | 43 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.