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 fdac1a55d031..daaafc8824b0 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -131,7 +131,6 @@ extern int os_set_exec_close(int fd); | |||
131 | extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); | 131 | extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); |
132 | extern int os_get_ifname(int fd, char *namebuf); | 132 | extern int os_get_ifname(int fd, char *namebuf); |
133 | extern int os_set_slip(int fd); | 133 | extern int os_set_slip(int fd); |
134 | extern int os_set_owner(int fd, int pid); | ||
135 | extern int os_mode_fd(int fd, int mode); | 134 | extern int os_mode_fd(int fd, int mode); |
136 | 135 | ||
137 | extern int os_seek_file(int fd, unsigned long long offset); | 136 | extern int os_seek_file(int fd, unsigned long long offset); |