mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Revert "AK: Get rid of make_singleton function"
This reverts commit 5a98e329d1.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<VFS> s_the;
|
||||
static auto s_the = AK::make_singleton<VFS>();
|
||||
static constexpr int symlink_recursion_limit { 5 }; // FIXME: increase?
|
||||
static constexpr int root_mount_flags = MS_NODEV | MS_NOSUID | MS_RDONLY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user