diff options
Diffstat (limited to 'arch/um/include/user_util.h')
-rw-r--r-- | arch/um/include/user_util.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/um/include/user_util.h b/arch/um/include/user_util.h index b9984003e603..c1dbd77b073f 100644 --- a/arch/um/include/user_util.h +++ b/arch/um/include/user_util.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) | 2 | * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com) |
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
@@ -23,12 +23,7 @@ struct cpu_task { | |||
23 | 23 | ||
24 | extern struct cpu_task cpu_tasks[]; | 24 | extern struct cpu_task cpu_tasks[]; |
25 | 25 | ||
26 | struct signal_info { | 26 | extern void (*sig_info[])(int, union uml_pt_regs *); |
27 | void (*handler)(int, union uml_pt_regs *); | ||
28 | int is_irq; | ||
29 | }; | ||
30 | |||
31 | extern struct signal_info sig_info[]; | ||
32 | 27 | ||
33 | extern unsigned long low_physmem; | 28 | extern unsigned long low_physmem; |
34 | extern unsigned long high_physmem; | 29 | extern unsigned long high_physmem; |
@@ -64,7 +59,6 @@ extern void setup_machinename(char *machine_out); | |||
64 | extern void setup_hostinfo(void); | 59 | extern void setup_hostinfo(void); |
65 | extern void do_exec(int old_pid, int new_pid); | 60 | extern void do_exec(int old_pid, int new_pid); |
66 | extern void tracer_panic(char *msg, ...); | 61 | extern void tracer_panic(char *msg, ...); |
67 | extern void do_longjmp(void *p, int val); | ||
68 | extern int detach(int pid, int sig); | 62 | extern int detach(int pid, int sig); |
69 | extern int attach(int pid); | 63 | extern int attach(int pid); |
70 | extern void kill_child_dead(int pid); | 64 | extern void kill_child_dead(int pid); |