mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 15:35:06 +00:00
Add an fd field to FileHandle in Kernel builds.
This commit is contained in:
parent
9d5de91cf3
commit
e86cadc7af
3 changed files with 20 additions and 0 deletions
|
@ -35,6 +35,8 @@ public:
|
|||
CharacterDevice* m_characterDevice { nullptr };
|
||||
};
|
||||
|
||||
static VirtualFileSystem& the();
|
||||
|
||||
VirtualFileSystem();
|
||||
~VirtualFileSystem();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue