mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-14 19:06:35 +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 @@ ZeroDevice::~ZeroDevice()
|
||||
{
|
||||
}
|
||||
|
||||
bool ZeroDevice::has_data_available_for_reading(Process&) const
|
||||
bool ZeroDevice::can_read(Process&) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user