mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
Kernel: Move all code into the Kernel namespace
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
|
||||
//#define FIFO_DEBUG
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
Lockable<HashTable<FIFO*>>& all_fifos()
|
||||
{
|
||||
static Lockable<HashTable<FIFO*>>* s_table;
|
||||
@@ -143,3 +145,5 @@ String FIFO::absolute_path(const FileDescription&) const
|
||||
{
|
||||
return String::format("fifo:%u", m_fifo_id);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user