diff options
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index 394adcded0bf..b463170a5308 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -144,7 +144,9 @@ extern int os_mode_fd(int fd, int mode); | |||
144 | extern int os_seek_file(int fd, __u64 offset); | 144 | extern int os_seek_file(int fd, __u64 offset); |
145 | extern int os_open_file(char *file, struct openflags flags, int mode); | 145 | extern int os_open_file(char *file, struct openflags flags, int mode); |
146 | extern int os_read_file(int fd, void *buf, int len); | 146 | extern int os_read_file(int fd, void *buf, int len); |
147 | extern int os_read_file_k(int fd, void *buf, int len); | ||
147 | extern int os_write_file(int fd, const void *buf, int count); | 148 | extern int os_write_file(int fd, const void *buf, int count); |
149 | extern int os_write_file_k(int fd, const void *buf, int len); | ||
148 | extern int os_file_size(char *file, unsigned long long *size_out); | 150 | extern int os_file_size(char *file, unsigned long long *size_out); |
149 | extern int os_file_modtime(char *file, unsigned long *modtime); | 151 | extern int os_file_modtime(char *file, unsigned long *modtime); |
150 | extern int os_pipe(int *fd, int stream, int close_on_exec); | 152 | extern int os_pipe(int *fd, int stream, int close_on_exec); |