mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-27 18:15:10 +00:00
Rename FileDescriptor::has_data_available_for_reading() -> can_read().
This commit is contained in:
@@ -176,7 +176,7 @@ bool FileDescriptor::can_write(Process& process)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool FileDescriptor::has_data_available_for_reading(Process& process)
|
||||
bool FileDescriptor::can_read(Process& process)
|
||||
{
|
||||
if (is_fifo()) {
|
||||
ASSERT(fifo_direction() == FIFO::Reader);
|
||||
|
||||
Reference in New Issue
Block a user