diff options
Diffstat (limited to 'include/asm-x86/siginfo_32.h')
-rw-r--r-- | include/asm-x86/siginfo_32.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/siginfo_32.h b/include/asm-x86/siginfo_32.h new file mode 100644 index 0000000..fe18f98 --- /dev/null +++ b/include/asm-x86/siginfo_32.h @@ -0,0 +1,6 @@ +#ifndef _I386_SIGINFO_H +#define _I386_SIGINFO_H + +#include <asm-generic/siginfo.h> + +#endif |