mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
Support select in libc VFS plugin by read_ready()
This commit is contained in:
committed by
Norman Feske
parent
ba1bd071df
commit
f9389109bf
@ -53,6 +53,8 @@ struct Vfs::Null_file_system : Single_file_system
|
||||
return READ_OK;
|
||||
}
|
||||
|
||||
bool read_ready(Vfs_handle *) override { return false; }
|
||||
|
||||
Ftruncate_result ftruncate(Vfs_handle *vfs_handle, file_size) override
|
||||
{
|
||||
return FTRUNCATE_OK;
|
||||
|
Reference in New Issue
Block a user