diff options
Diffstat (limited to 'arch/um/include/os.h')
-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 5c74da410451..22666b4a8be7 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -273,7 +273,7 @@ extern void stack_protections(unsigned long address); | |||
273 | extern void task_protections(unsigned long address); | 273 | extern void task_protections(unsigned long address); |
274 | extern int raw(int fd); | 274 | extern int raw(int fd); |
275 | extern void setup_machinename(char *machine_out); | 275 | extern void setup_machinename(char *machine_out); |
276 | extern void setup_hostinfo(void); | 276 | extern void setup_hostinfo(char *buf, int len); |
277 | extern int setjmp_wrapper(void (*proc)(void *, void *), ...); | 277 | extern int setjmp_wrapper(void (*proc)(void *, void *), ...); |
278 | 278 | ||
279 | /* time.c */ | 279 | /* time.c */ |