LibC: Add sys/auxv.h with getauxval

This commit is contained in:
2026-07-01 12:58:09 +03:00
parent 74e94eedae
commit c0d38862f2
6 changed files with 70 additions and 24 deletions

View File

@@ -40,6 +40,7 @@ set(LIBC_SOURCES
stdlib.cpp
string.cpp
strings.cpp
sys/auxv.cpp
sys/banan-os.cpp
sys/epoll.cpp
sys/eventfd.cpp