diff options
Diffstat (limited to 'arch/um/include/shared/os.h')
-rw-r--r-- | arch/um/include/shared/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/shared/os.h b/arch/um/include/shared/os.h index c70a234a3f8c..e98303925cc5 100644 --- a/arch/um/include/shared/os.h +++ b/arch/um/include/shared/os.h | |||
@@ -141,6 +141,7 @@ extern int os_seek_file(int fd, unsigned long long offset); | |||
141 | extern int os_open_file(const char *file, struct openflags flags, int mode); | 141 | extern int os_open_file(const char *file, struct openflags flags, int mode); |
142 | extern int os_read_file(int fd, void *buf, int len); | 142 | extern int os_read_file(int fd, void *buf, int len); |
143 | extern int os_write_file(int fd, const void *buf, int count); | 143 | extern int os_write_file(int fd, const void *buf, int count); |
144 | extern int os_sync_file(int fd); | ||
144 | extern int os_file_size(const char *file, unsigned long long *size_out); | 145 | extern int os_file_size(const char *file, unsigned long long *size_out); |
145 | extern int os_file_modtime(const char *file, unsigned long *modtime); | 146 | extern int os_file_modtime(const char *file, unsigned long *modtime); |
146 | extern int os_pipe(int *fd, int stream, int close_on_exec); | 147 | extern int os_pipe(int *fd, int stream, int close_on_exec); |