aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86_64/bugs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-x86_64/bugs.c')
-rw-r--r--arch/um/sys-x86_64/bugs.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/um/sys-x86_64/bugs.c b/arch/um/sys-x86_64/bugs.c
new file mode 100644
index 00000000000..44e02ba2a26
--- /dev/null
+++ b/arch/um/sys-x86_64/bugs.c
@@ -0,0 +1,15 @@
1/*
2 * Copyright 2003 PathScale, Inc.
3 *
4 * Licensed under the GPL
5 */
6
7#include "sysdep/ptrace.h"
8
9void arch_check_bugs(void)
10{
11}
12
13void arch_examine_signal(int sig, struct uml_pt_regs *regs)
14{
15}