diff options
Diffstat (limited to 'arch/um/include/chan_user.h')
-rw-r--r-- | arch/um/include/chan_user.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/include/chan_user.h b/arch/um/include/chan_user.h index 714b713e2e72..5a2263e05bb2 100644 --- a/arch/um/include/chan_user.h +++ b/arch/um/include/chan_user.h | |||
@@ -42,7 +42,8 @@ extern void generic_free(void *data); | |||
42 | 42 | ||
43 | struct tty_struct; | 43 | struct tty_struct; |
44 | extern void register_winch(int fd, struct tty_struct *tty); | 44 | extern void register_winch(int fd, struct tty_struct *tty); |
45 | extern void register_winch_irq(int fd, int tty_fd, int pid, struct tty_struct *tty); | 45 | extern void register_winch_irq(int fd, int tty_fd, int pid, |
46 | struct tty_struct *tty, unsigned long stack); | ||
46 | 47 | ||
47 | #define __channel_help(fn, prefix) \ | 48 | #define __channel_help(fn, prefix) \ |
48 | __uml_help(fn, prefix "[0-9]*=<channel description>\n" \ | 49 | __uml_help(fn, prefix "[0-9]*=<channel description>\n" \ |