mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
@ -81,7 +81,7 @@ class Vfs::Rtc_file_system : public Single_file_system
|
||||
return WRITE_ERR_IO;
|
||||
}
|
||||
|
||||
bool read_ready() { return true; }
|
||||
bool read_ready() override { return true; }
|
||||
};
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user