Kernel: Implement SYS_FSTAT

This commit is contained in:
Bananymous
2023-06-11 00:54:04 +03:00
parent c423164066
commit aa86125f2b
4 changed files with 42 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ __BEGIN_DECLS
#define SYS_EXEC 15
#define SYS_REALLOC 16
#define SYS_WAIT 17
#define SYS_STAT 18
#define SYS_FSTAT 18
#define SYS_SETENVP 19
#define SYS_READ_DIR_ENTRIES 20