Kernel/LibC: Add SYS_KILL/kill()

This commit is contained in:
Bananymous
2023-07-21 19:27:38 +03:00
parent b78596dcf4
commit 10169d773d
7 changed files with 61 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ __BEGIN_DECLS
#define SYS_PIPE 35
#define SYS_DUP2 36
#define SYS_RAISE 37
#define SYS_KILL 38
__END_DECLS