diff options
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/asm/system-um.h (renamed from arch/um/include/asm/system.h) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/include/asm/system.h b/arch/um/include/asm/system-um.h index 68a90ecd1450..0eec24579288 100644 --- a/arch/um/include/asm/system.h +++ b/arch/um/include/asm/system-um.h | |||
@@ -1,8 +1,6 @@ | |||
1 | #ifndef __UM_SYSTEM_GENERIC_H | 1 | #ifndef __UM_SYSTEM_GENERIC_H |
2 | #define __UM_SYSTEM_GENERIC_H | 2 | #define __UM_SYSTEM_GENERIC_H |
3 | 3 | ||
4 | #include "sysdep/system.h" | ||
5 | |||
6 | extern int get_signals(void); | 4 | extern int get_signals(void); |
7 | extern int set_signals(int enable); | 5 | extern int set_signals(int enable); |
8 | extern void block_signals(void); | 6 | extern void block_signals(void); |