summaryrefslogtreecommitdiff
path: root/arch/um/sys-x86/shared/sysdep/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-x86/shared/sysdep/sigcontext.h')
-rw-r--r--arch/um/sys-x86/shared/sysdep/sigcontext.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/sys-x86/shared/sysdep/sigcontext.h b/arch/um/sys-x86/shared/sysdep/sigcontext.h
deleted file mode 100644
index f7f49f4..0000000
--- a/arch/um/sys-x86/shared/sysdep/sigcontext.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef __i386__
-#include "sigcontext_32.h"
-#else
-#include "sigcontext_64.h"
-#endif