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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h
index daaafc8824b0..c8684b678eeb 100644
--- a/arch/um/include/os.h
+++ b/arch/um/include/os.h
@@ -235,7 +235,6 @@ extern void stack_protections(unsigned long address);
235extern int raw(int fd); 235extern int raw(int fd);
236extern void setup_machinename(char *machine_out); 236extern void setup_machinename(char *machine_out);
237extern void setup_hostinfo(char *buf, int len); 237extern void setup_hostinfo(char *buf, int len);
238extern int setjmp_wrapper(void (*proc)(void *, void *), ...);
239extern void os_dump_core(void) __attribute__ ((noreturn)); 238extern void os_dump_core(void) __attribute__ ((noreturn));
240 239
241/* time.c */ 240/* time.c */