Add mutex syscalls
This commit is contained in:
@@ -9,5 +9,9 @@
|
||||
#define SYS_SCHED 6
|
||||
#define SYS_CREATE_MEM 7
|
||||
#define SYS_UNLINK_MEM 8
|
||||
#define SYS_CREATE_MUTEX 9
|
||||
#define SYS_UNLINK_MUTEX 10
|
||||
#define SYS_LOCK_MUTEX 11
|
||||
#define SYS_UNLOCK_MUTEX 12
|
||||
|
||||
#endif // _M_SYSCALL_DEFS_H
|
||||
|
||||
Reference in New Issue
Block a user