Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef _ASM_X86_SIGINFO_H
0003 #define _ASM_X86_SIGINFO_H
0004 
0005 #ifdef __x86_64__
0006 # ifdef __ILP32__ /* x32 */
0007 typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
0008 #  define __ARCH_SI_CLOCK_T     __kernel_si_clock_t
0009 #  define __ARCH_SI_ATTRIBUTES      __attribute__((aligned(8)))
0010 # endif
0011 #endif
0012 
0013 #include <asm-generic/siginfo.h>
0014 
0015 #endif /* _ASM_X86_SIGINFO_H */