mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
Rename CharacterDevice::has_data_available_for_reading() -> can_read().
This commit is contained in:
@@ -29,7 +29,7 @@ static void mysrand(unsigned seed)
|
||||
}
|
||||
#endif
|
||||
|
||||
bool RandomDevice::has_data_available_for_reading(Process&) const
|
||||
bool RandomDevice::can_read(Process&) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user