Rename proc_spawn_thread to proc_clone

This commit is contained in:
2026-01-19 22:01:44 +01:00
parent 38a43b59b0
commit a29233f853
7 changed files with 13 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
#define SYS_PROC_DROP_RESOURCE 6
#define SYS_PROC_MUTEX_LOCK 8
#define SYS_PROC_MUTEX_UNLOCK 9
#define SYS_PROC_SPAWN_THREAD 10
#define SYS_PROC_CLONE 10
#define SYS_PROC_SCHED 11
#define SYS_PROC_TRANSLATE_V2P 12