11 lines
202 B
C
11 lines
202 B
C
|
#ifndef _X8664_SIGINFO_H
|
||
|
#define _X8664_SIGINFO_H
|
||
|
|
||
|
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
|
||
|
|
||
|
#define SIGEV_PAD_SIZE ((SIGEV_MAX_SIZE/sizeof(int)) - 4)
|
||
|
|
||
|
#include <asm-generic/siginfo.h>
|
||
|
|
||
|
#endif
|