siginfo.h 176 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3
#ifndef _PARISC_SIGINFO_H
#define _PARISC_SIGINFO_H

4 5 6 7
#if defined(__LP64__)
#define __ARCH_SI_PREAMBLE_SIZE   (4 * sizeof(int))
#endif

L
Linus Torvalds 已提交
8 9 10
#include <asm-generic/siginfo.h>

#endif