mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
Support select in libc VFS plugin by read_ready()
This commit is contained in:
committed by
Norman Feske
parent
ba1bd071df
commit
f9389109bf
@ -142,6 +142,8 @@ class Vfs::Rom_file_system : public Single_file_system
|
||||
out_count = num_bytes;
|
||||
return READ_OK;
|
||||
}
|
||||
|
||||
bool read_ready(Vfs_handle *) override { return true; }
|
||||
};
|
||||
|
||||
#endif /* _INCLUDE__VFS__ROM_FILE_SYSTEM_H_ */
|
||||
|
Reference in New Issue
Block a user