Release 4.14 arch/frv/include/uapi/asm/siginfo.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_SIGINFO_H
#define _ASM_SIGINFO_H
#include <linux/types.h>
#include <asm-generic/siginfo.h>
#define FPE_MDAOVF 9
/* media overflow */
#undef NSIGFPE
#define NSIGFPE 9
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Howells | 25 | 92.59% | 1 | 33.33% |
Eric W. Biedermann | 1 | 3.70% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.70% | 1 | 33.33% |
Total | 27 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.