Kernel/LibC: Implement simple futex

This commit is contained in:
2025-08-05 00:07:17 +03:00
parent 658a001d91
commit 5940e912b3
6 changed files with 159 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ __BEGIN_DECLS
O(SYS_EPOLL_PWAIT2, epoll_pwait2) \
O(SYS_FLOCK, flock) \
O(SYS_GET_NPROCESSOR, get_nprocessor) \
O(SYS_FUTEX, futex) \
enum Syscall
{