diff options
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index c734c9fe..4bbd09de 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -133,6 +133,9 @@ g_memcmp(const void* s1, const void* s2, int len); int APP_CC g_file_open(const char* file_name); int APP_CC +g_file_open_ex(const char *file_name, int aread, int awrite, + int acreate, int atrunc); +int APP_CC g_file_close(int fd); int APP_CC g_file_read(int fd, char* ptr, int len); |