mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 10:56:35 +02:00
More VFS cleanup.
This commit is contained in:
@@ -13,7 +13,7 @@ public:
|
||||
static RetainPtr<ProcFileSystem> create();
|
||||
|
||||
virtual bool initialize() override;
|
||||
virtual const char* className() const override;
|
||||
virtual const char* class_name() const override;
|
||||
|
||||
void addProcess(Process&);
|
||||
void removeProcess(Process&);
|
||||
|
||||
Reference in New Issue
Block a user