mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
Rename CharacterDevice::has_data_available_for_reading() -> can_read().
This commit is contained in:
@@ -12,7 +12,7 @@ NullDevice::~NullDevice()
|
||||
{
|
||||
}
|
||||
|
||||
bool NullDevice::has_data_available_for_reading(Process&) const
|
||||
bool NullDevice::can_read(Process&) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user