mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-24 01:28:48 +00:00
committed by
Norman Feske
parent
1bc8de83ff
commit
72bb821990
@ -84,6 +84,11 @@ class Vfs::Terminal_file_system : public Single_file_system
|
||||
return READ_OK;
|
||||
}
|
||||
|
||||
Ftruncate_result ftruncate(Vfs_handle *vfs_handle, size_t) override
|
||||
{
|
||||
return FTRUNCATE_OK;
|
||||
}
|
||||
|
||||
bool check_unblock(Vfs_handle *vfs_handle, bool rd, bool wr, bool ex) override
|
||||
{
|
||||
if (rd && (_terminal.avail() > 0))
|
||||
|
Reference in New Issue
Block a user