mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
Kernel: Make SharedMemory inherit from File.
This commit is contained in:
parent
a6d407fec5
commit
a104d7cc93
Notes:
sideshowbarker
2024-07-19 14:33:29 +09:00
Author: https://github.com/awesomekling
Commit: a104d7cc93
5 changed files with 57 additions and 20 deletions
|
@ -27,6 +27,7 @@ public:
|
|||
|
||||
virtual bool is_seekable() const { return false; }
|
||||
|
||||
virtual bool is_shared_memory() const { return false; }
|
||||
virtual bool is_device() const { return false; }
|
||||
virtual bool is_tty() const { return false; }
|
||||
virtual bool is_master_pty() const { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue