Kernel: add basic fcntl() with couple of commands and no validation

This commit is contained in:
Bananymous
2023-09-04 12:57:09 +03:00
parent 7933265095
commit 19d0fb6fcd
7 changed files with 50 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ __BEGIN_DECLS
#define SYS_GET_PID 43
#define SYS_GET_PGID 44
#define SYS_SET_PGID 45
#define SYS_FCNTL 46
__END_DECLS