mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Start adding a basic /proc filesystem and a "ps" utility.
This commit is contained in:
@@ -645,7 +645,9 @@ FileHandle* Task::openFile(String&& path)
|
||||
{
|
||||
auto handle = VirtualFileSystem::the().open(move(path));
|
||||
if (!handle) {
|
||||
#ifdef DEBUG_IO
|
||||
kprintf("vfs::open() failed\n");
|
||||
#endif
|
||||
return nullptr;
|
||||
}
|
||||
handle->setFD(m_fileHandles.size());
|
||||
|
||||
Reference in New Issue
Block a user