siginfo.h 198 字节
Newer Older
V
Vegard Nossum 已提交
1 2
#ifndef ASM_X86__SIGINFO_H
#define ASM_X86__SIGINFO_H
3 4 5 6 7 8 9

#ifdef __x86_64__
# define __ARCH_SI_PREAMBLE_SIZE	(4 * sizeof(int))
#endif

#include <asm-generic/siginfo.h>

V
Vegard Nossum 已提交
10
#endif /* ASM_X86__SIGINFO_H */