Kernel/LibC: dirent now contains file type

This commit is contained in:
Bananymous
2023-09-30 20:34:08 +03:00
parent e8a0eeb0b4
commit 9f0797047f
4 changed files with 37 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ namespace Kernel
char name[m_name_max + 1];
size_t name_len = 0;
ino_t ino;
uint8_t type;
};
private: