aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r--arch/um/include/os.h2
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);
273extern void task_protections(unsigned long address); 273extern void task_protections(unsigned long address);
274extern int raw(int fd); 274extern int raw(int fd);
275extern void setup_machinename(char *machine_out); 275extern void setup_machinename(char *machine_out);
276extern void setup_hostinfo(void); 276extern void setup_hostinfo(char *buf, int len);
277extern int setjmp_wrapper(void (*proc)(void *, void *), ...); 277extern int setjmp_wrapper(void (*proc)(void *, void *), ...);
278 278
279/* time.c */ 279/* time.c */