diff options
Diffstat (limited to 'arch/um/os-Linux/main.c')
-rw-r--r-- | arch/um/os-Linux/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/os-Linux/main.c b/arch/um/os-Linux/main.c index 1518f7a45a24..82c3778627b8 100644 --- a/arch/um/os-Linux/main.c +++ b/arch/um/os-Linux/main.c | |||
@@ -161,7 +161,7 @@ int __init main(int argc, char **argv, char **envp) | |||
161 | * some time) and cause a segfault. | 161 | * some time) and cause a segfault. |
162 | */ | 162 | */ |
163 | 163 | ||
164 | /* stop timers and set SIG*ALRM to be ignored */ | 164 | /* stop timers and set SIGVTALRM to be ignored */ |
165 | disable_timer(); | 165 | disable_timer(); |
166 | 166 | ||
167 | /* disable SIGIO for the fds and set SIGIO to be ignored */ | 167 | /* disable SIGIO for the fds and set SIGIO to be ignored */ |