mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Add a simple /proc/mounts that enumerates the current VFS mounts.
This commit is contained in:
@@ -7,7 +7,7 @@ class Task;
|
||||
|
||||
class ProcFileSystem final : public SyntheticFileSystem {
|
||||
public:
|
||||
static ProcFileSystem& the();
|
||||
static ProcFileSystem& the() PURE;
|
||||
|
||||
virtual ~ProcFileSystem() override;
|
||||
static RetainPtr<ProcFileSystem> create();
|
||||
|
||||
Reference in New Issue
Block a user