mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
@ -279,7 +279,7 @@ class Vfs::Single_file_system : public File_system
|
||||
return FTRUNCATE_ERR_NO_PERM;
|
||||
}
|
||||
|
||||
Sync_result complete_sync(Vfs_handle *vfs_handle)
|
||||
Sync_result complete_sync(Vfs_handle *vfs_handle) override
|
||||
{
|
||||
Single_vfs_handle *handle =
|
||||
static_cast<Single_vfs_handle*>(vfs_handle);
|
||||
|
Reference in New Issue
Block a user