mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 18:36:38 +02:00
Rename CharacterDevice::has_data_available_for_reading() -> can_read().
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 16:01:54 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/08bfe518f90
@@ -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