Kernel/LibC: add SYS_SIGNAL/signal()

This commit is contained in:
Bananymous
2023-07-21 20:08:13 +03:00
parent c12f4fb40f
commit d560137ae6
4 changed files with 17 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ __BEGIN_DECLS
#define SYS_DUP2 36
#define SYS_RAISE 37
#define SYS_KILL 38
#define SYS_SIGNAL 39
__END_DECLS