mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:25:07 +00:00
Rename FileHandle to FileDescriptor.
This commit is contained in:
parent
e088121b3a
commit
83172e6a4b
18 changed files with 160 additions and 154 deletions
|
@ -4,7 +4,7 @@ CharacterDevice::~CharacterDevice()
|
|||
{
|
||||
}
|
||||
|
||||
RetainPtr<FileHandle> CharacterDevice::open(int options)
|
||||
RetainPtr<FileDescriptor> CharacterDevice::open(int options)
|
||||
{
|
||||
return VirtualFileSystem::the().open(*this, options);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue