sys_fs_fsync implemented

sys_fs_fdatasync implemented as equal function
This commit is contained in:
Nekotekina 2017-04-24 18:43:27 +03:00
parent 19fd8c109e
commit 256dfc5729
6 changed files with 76 additions and 21 deletions

View file

@ -738,8 +738,8 @@ std::array<ppu_function_t, 1024> g_ppu_syscall_table
null_func,//BIND_FUNC(sys_fs_access), //816 (0x330)
BIND_FUNC(sys_fs_fcntl), //817 (0x331)
BIND_FUNC(sys_fs_lseek), //818 (0x332)
null_func,//BIND_FUNC(sys_fs_fdatasync), //819 (0x333)
null_func,//BIND_FUNC(sys_fs_fsync), //820 (0x334)
BIND_FUNC(sys_fs_fdatasync), //819 (0x333)
BIND_FUNC(sys_fs_fsync), //820 (0x334)
BIND_FUNC(sys_fs_fget_block_size), //821 (0x335)
BIND_FUNC(sys_fs_get_block_size), //822 (0x336)
null_func,//BIND_FUNC(sys_fs_acl_read), //823 (0x337)