aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/ptrace-x86_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/ptrace-x86_64.h')
-rw-r--r--include/asm-um/ptrace-x86_64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-um/ptrace-x86_64.h b/include/asm-um/ptrace-x86_64.h
index c34be39b78b2..be51219a8ffe 100644
--- a/include/asm-um/ptrace-x86_64.h
+++ b/include/asm-um/ptrace-x86_64.h
@@ -14,6 +14,8 @@
#include "asm/ptrace-generic.h"
#undef signal_fault
+#define HOST_AUDIT_ARCH AUDIT_ARCH_X86_64
+
void signal_fault(struct pt_regs_subarch *regs, void *frame, char *where);
#define FS_BASE (21 * sizeof(unsigned long))