diff options
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r-- | arch/um/include/os.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index 0b6b62733303..32c799e3a495 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -295,6 +295,9 @@ extern void maybe_sigio_broken(int fd, int read); | |||
295 | extern int os_arch_prctl(int pid, int code, unsigned long *addr); | 295 | extern int os_arch_prctl(int pid, int code, unsigned long *addr); |
296 | 296 | ||
297 | /* tty.c */ | 297 | /* tty.c */ |
298 | int get_pty(void); | 298 | extern int get_pty(void); |
299 | |||
300 | /* sys-$ARCH/task_size.c */ | ||
301 | extern unsigned long os_get_task_size(void); | ||
299 | 302 | ||
300 | #endif | 303 | #endif |