mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Kernel: Rename file_description(fd) => open_file_description(fd)
To go with the class rename.
This commit is contained in:
parent
4a9c18afb9
commit
213b8868af
Notes:
sideshowbarker
2024-07-18 04:31:47 +09:00
Author: https://github.com/awesomekling
Commit: 213b8868af
24 changed files with 42 additions and 42 deletions
|
@ -676,7 +676,7 @@ public:
|
|||
m_fds_metadatas.clear();
|
||||
}
|
||||
|
||||
KResultOr<NonnullRefPtr<OpenFileDescription>> file_description(int fd) const;
|
||||
KResultOr<NonnullRefPtr<OpenFileDescription>> open_file_description(int fd) const;
|
||||
|
||||
private:
|
||||
OpenFileDescriptions() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue