diff options
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index 12de1ea68370..1897785fd571 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -252,7 +252,7 @@ extern void os_dump_core(void); | |||
252 | 252 | ||
253 | extern int switch_timers(int to_real); | 253 | extern int switch_timers(int to_real); |
254 | extern void idle_sleep(int secs); | 254 | extern void idle_sleep(int secs); |
255 | extern int set_interval(int is_virtual); | 255 | extern int set_interval(void); |
256 | extern void disable_timer(void); | 256 | extern void disable_timer(void); |
257 | extern void uml_idle_timer(void); | 257 | extern void uml_idle_timer(void); |
258 | extern unsigned long long os_nsecs(void); | 258 | extern unsigned long long os_nsecs(void); |