mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 00:22:36 +02:00
Add an fd field to FileHandle in Kernel builds.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 18:46:33 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/e86cadc7af9
@@ -35,6 +35,8 @@ public:
|
||||
CharacterDevice* m_characterDevice { nullptr };
|
||||
};
|
||||
|
||||
static VirtualFileSystem& the();
|
||||
|
||||
VirtualFileSystem();
|
||||
~VirtualFileSystem();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user