siginfo.h 356 字节
Newer Older
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
L
Linus Torvalds 已提交
2 3 4
#ifndef _PARISC_SIGINFO_H
#define _PARISC_SIGINFO_H

5 6 7 8
#if defined(__LP64__)
#define __ARCH_SI_PREAMBLE_SIZE   (4 * sizeof(int))
#endif

L
Linus Torvalds 已提交
9 10
#include <asm-generic/siginfo.h>

11 12 13 14 15 16 17
/*
 * SIGFPE si_codes
 */
#ifdef __KERNEL__
#define FPE_FIXME	0	/* Broken dup of SI_USER */
#endif /* __KERNEL__ */

L
Linus Torvalds 已提交
18
#endif