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