LibC: Add endian.h

This is part of POSIX issue 2024 and some software depends on it
This commit is contained in:
2025-06-17 13:03:56 +03:00
parent c61ded8a1e
commit a9f58e96d2
3 changed files with 73 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ set(LIBC_SOURCES
ctype.cpp
dirent.cpp
dlfcn.cpp
endian.cpp
environ.cpp
errno.cpp
fcntl.cpp