Kernel: Implement fcntl based locks

This commit is contained in:
2026-01-24 22:36:23 +02:00
parent ba6229b92d
commit 120c08fb75
2 changed files with 230 additions and 40 deletions

View File

@@ -396,6 +396,7 @@ namespace Kernel
BAN::UniqPtr<PageTable> m_page_table;
BAN::RefPtr<TTY> m_controlling_terminal;
friend class OpenFileDescriptorSet;
friend class Thread;
};