libmango: add kern_handle_control syscall

This commit is contained in:
2026-04-01 18:40:58 +01:00
parent b8d3125233
commit 3c494f0c4d
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -51,5 +51,6 @@
#define SYS_FUTEX_WAKE 48
#define SYS_KERN_OBJECT_QUERY 49
#define SYS_TASK_DUPLICATE 50
#define SYS_KERN_HANDLE_CONTROL 51
#endif