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
@ -611,6 +611,8 @@ class Vfs::Tar_file_system : public File_system
|
||||
{
|
||||
return FTRUNCATE_ERR_NO_PERM;
|
||||
}
|
||||
|
||||
bool read_ready(Vfs_handle *) override { return true; }
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__VFS__TAR_FILE_SYSTEM_H_ */
|
||||
|
Reference in New Issue
Block a user