mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
Add an fd field to FileHandle in Kernel builds.
This commit is contained in:
@@ -35,6 +35,8 @@ public:
|
||||
CharacterDevice* m_characterDevice { nullptr };
|
||||
};
|
||||
|
||||
static VirtualFileSystem& the();
|
||||
|
||||
VirtualFileSystem();
|
||||
~VirtualFileSystem();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user