1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 10:40:39 +09:00

Add an fd field to FileHandle in Kernel builds.

This commit is contained in:
Andreas Kling 2018-10-18 10:27:07 +02:00
parent 9d5de91cf3
commit e86cadc7af
Notes: sideshowbarker 2024-07-19 18:46:33 +09:00
3 changed files with 20 additions and 0 deletions

View file

@ -35,6 +35,8 @@ public:
CharacterDevice* m_characterDevice { nullptr };
};
static VirtualFileSystem& the();
VirtualFileSystem();
~VirtualFileSystem();