summaryrefslogtreecommitdiff
path: root/uisimulator/common/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/file.h')
-rw-r--r--uisimulator/common/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/file.h b/uisimulator/common/file.h
index 0e50031556..7ea59a0b74 100644
--- a/uisimulator/common/file.h
+++ b/uisimulator/common/file.h
@@ -43,7 +43,7 @@ typedef unsigned int mode_t;
43int sim_open(const char *name, int opts); 43int sim_open(const char *name, int opts);
44int sim_close(int fd); 44int sim_close(int fd);
45int sim_rename(const char *oldpath, const char *newpath); 45int sim_rename(const char *oldpath, const char *newpath);
46int sim_filesize(int fd); 46off_t sim_filesize(int fd);
47int sim_creat(const char *name, mode_t mode); 47int sim_creat(const char *name, mode_t mode);
48int sim_remove(const char *name); 48int sim_remove(const char *name);
49 49