Kernel: Add syscall for reading directory entries

This commit is contained in:
Bananymous
2023-06-11 00:18:08 +03:00
parent f7de310889
commit 7a5d5cabad
3 changed files with 20 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ __BEGIN_DECLS
#define SYS_WAIT 17
#define SYS_STAT 18
#define SYS_SETENVP 19
#define SYS_READ_DIR_ENTRIES 20
__END_DECLS