diff options
Diffstat (limited to 'arch/um/include/shared/process.h')
-rw-r--r-- | arch/um/include/shared/process.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/include/shared/process.h b/arch/um/include/shared/process.h index 28215300fc69..2ba310e1b656 100644 --- a/arch/um/include/shared/process.h +++ b/arch/um/include/shared/process.h | |||
@@ -6,9 +6,4 @@ | |||
6 | #ifndef __PROCESS_H__ | 6 | #ifndef __PROCESS_H__ |
7 | #define __PROCESS_H__ | 7 | #define __PROCESS_H__ |
8 | 8 | ||
9 | #include <signal.h> | ||
10 | |||
11 | extern void sig_handler(int sig, struct sigcontext *sc); | ||
12 | extern void alarm_handler(int sig, struct sigcontext *sc); | ||
13 | |||
14 | #endif | 9 | #endif |