mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel: Rename FileDescription => OpenFileDescription
Dr. POSIX really calls these "open file description", not just "file description", so let's call them exactly that. :^)
This commit is contained in:
parent
dbd639a2d8
commit
4a9c18afb9
Notes:
sideshowbarker
2024-07-18 04:31:50 +09:00
Author: https://github.com/awesomekling
Commit: 4a9c18afb9
135 changed files with 680 additions and 680 deletions
|
@ -55,7 +55,7 @@ String Device::absolute_path() const
|
|||
return String::formatted("/dev/{}", device_name());
|
||||
}
|
||||
|
||||
String Device::absolute_path(const FileDescription&) const
|
||||
String Device::absolute_path(const OpenFileDescription&) const
|
||||
{
|
||||
return absolute_path();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue