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 c704851d68b7..76048ba10875 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -132,7 +132,6 @@ extern void os_print_error(int error, const char* str); | |||
132 | extern int os_get_exec_close(int fd, int *close_on_exec); | 132 | extern int os_get_exec_close(int fd, int *close_on_exec); |
133 | extern int os_set_exec_close(int fd, int close_on_exec); | 133 | extern int os_set_exec_close(int fd, int close_on_exec); |
134 | extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); | 134 | extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); |
135 | extern int os_new_tty_pgrp(int fd, int pid); | ||
136 | extern int os_get_ifname(int fd, char *namebuf); | 135 | extern int os_get_ifname(int fd, char *namebuf); |
137 | extern int os_set_slip(int fd); | 136 | extern int os_set_slip(int fd); |
138 | extern int os_set_owner(int fd, int pid); | 137 | extern int os_set_owner(int fd, int pid); |