Kernel/LibC: add SYS_STAT and stat(), lstat()

This commit is contained in:
2023-06-05 14:37:14 +03:00
parent 69b94dad00
commit d1ad38c8d4
10 changed files with 75 additions and 9 deletions
+1
View File
@@ -22,6 +22,7 @@ __BEGIN_DECLS
#define SYS_EXEC 15
#define SYS_REALLOC 16
#define SYS_WAIT 17
#define SYS_STAT 18
__END_DECLS