LibC: Implement basic dirent functionality
We don't currently support seeking
This commit is contained in:
@@ -5,6 +5,7 @@ project(libc CXX ASM)
|
||||
set(LIBC_SOURCES
|
||||
assert.cpp
|
||||
ctype.cpp
|
||||
dirent.cpp
|
||||
fcntl.cpp
|
||||
printf_impl.cpp
|
||||
stdio.cpp
|
||||
|
||||
Reference in New Issue
Block a user