aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-um/sigcontext-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/sigcontext-i386.h')
-rw-r--r--include/asm-um/sigcontext-i386.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/sigcontext-i386.h b/include/asm-um/sigcontext-i386.h
new file mode 100644
index 000000000000..b88333f488bb
--- /dev/null
+++ b/include/asm-um/sigcontext-i386.h
@@ -0,0 +1,6 @@
+#ifndef __UM_SIGCONTEXT_I386_H
+#define __UM_SIGCONTEXT_I386_H
+
+#include "asm/sigcontext-generic.h"
+
+#endif