Redesign userspace memory management
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 44s
This commit is contained in:
@@ -7,11 +7,9 @@
|
||||
#define SYS_UNMAP 4
|
||||
#define SYS_CLONE 5
|
||||
#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
|
||||
#define SYS_CREATE_MUTEX 7
|
||||
#define SYS_UNLINK_MUTEX 8
|
||||
#define SYS_LOCK_MUTEX 9
|
||||
#define SYS_UNLOCK_MUTEX 10
|
||||
|
||||
#endif // _M_SYSCALL_DEFS_H
|
||||
|
||||
Reference in New Issue
Block a user