diff options
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r-- | arch/um/include/os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index 930b261ea483..bb6b7d9e1888 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -134,7 +134,6 @@ extern void os_print_error(int error, const char* str); | |||
134 | extern int os_get_exec_close(int fd, int *close_on_exec); | 134 | extern int os_get_exec_close(int fd, int *close_on_exec); |
135 | extern int os_set_exec_close(int fd, int close_on_exec); | 135 | extern int os_set_exec_close(int fd, int close_on_exec); |
136 | extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); | 136 | extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); |
137 | extern int os_window_size(int fd, int *rows, int *cols); | ||
138 | extern int os_new_tty_pgrp(int fd, int pid); | 137 | extern int os_new_tty_pgrp(int fd, int pid); |
139 | extern int os_get_ifname(int fd, char *namebuf); | 138 | extern int os_get_ifname(int fd, char *namebuf); |
140 | extern int os_set_slip(int fd); | 139 | extern int os_set_slip(int fd); |