Kernel: Add SYS_EXEC syscall

This commit is contained in:
Bananymous
2023-05-31 20:57:33 +03:00
parent b48b239882
commit 24a190d1f7
4 changed files with 35 additions and 17 deletions

View File

@@ -19,6 +19,7 @@ __BEGIN_DECLS
#define SYS_SET_TERMIOS 12
#define SYS_FORK 13
#define SYS_SLEEP 14
#define SYS_EXEC 15
__END_DECLS