Cleanup syscalls
All checks were successful
Build documentation / build-and-deploy (push) Successful in 34s

This commit is contained in:
2026-01-27 17:34:43 +01:00
parent b388b30b24
commit cf51600c6a
12 changed files with 49 additions and 152 deletions

View File

@@ -7,9 +7,9 @@
#define SYS_UNMAP 4
#define SYS_CLONE 5
#define SYS_SCHED 6
#define SYS_CREATE_MUTEX 7
#define SYS_UNLINK_MUTEX 8
#define SYS_LOCK_MUTEX 9
#define SYS_UNLOCK_MUTEX 10
#define SYS_MUTEX_CREATE 7
#define SYS_MUTEX_DELETE 8
#define SYS_MUTEX_LOCK 9
#define SYS_MUTEX_UNLOCK 10
#endif // _M_SYSCALL_DEFS_H