blob: 7bc15985f124e55f36e8e46c2715734146e7a6ad (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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
|