mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 23:57:25 +00:00
Rename FileHandle to FileDescriptor.
This commit is contained in:
@@ -4,7 +4,7 @@ CharacterDevice::~CharacterDevice()
|
||||
{
|
||||
}
|
||||
|
||||
RetainPtr<FileHandle> CharacterDevice::open(int options)
|
||||
RetainPtr<FileDescriptor> CharacterDevice::open(int options)
|
||||
{
|
||||
return VirtualFileSystem::the().open(*this, options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user