mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
Support select in libc VFS plugin by read_ready()
This commit is contained in:
committed by
Norman Feske
parent
ba1bd071df
commit
f9389109bf
@ -629,6 +629,8 @@ class Vfs::Fs_file_system : public File_system
|
||||
return READ_OK;
|
||||
}
|
||||
|
||||
bool read_ready(Vfs_handle *) override { return true; }
|
||||
|
||||
Ftruncate_result ftruncate(Vfs_handle *vfs_handle, file_size len) override
|
||||
{
|
||||
Fs_vfs_handle const *handle = static_cast<Fs_vfs_handle *>(vfs_handle);
|
||||
|
Reference in New Issue
Block a user