1
0
Fork 0
alistair23-linux/include/asm-x86_64/siginfo.h

9 lines
143 B
C

#ifndef _X8664_SIGINFO_H
#define _X8664_SIGINFO_H
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
#include <asm-generic/siginfo.h>
#endif