LibC: Implement basic dirent functionality

We don't currently support seeking
This commit is contained in:
2023-06-11 03:29:22 +03:00
parent 14aeb8de10
commit c423164066
3 changed files with 95 additions and 2 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ __BEGIN_DECLS
#define __need_ino_t
#include <sys/types.h>
struct DIR;
typedef struct DIR DIR;
struct __DIR;
typedef struct __DIR DIR;
struct dirent
{