LibC: Add stubs for {get,free}ifaddrs

These are needed for our libuv port
This commit is contained in:
2025-08-07 02:20:55 +03:00
parent 6240374dd1
commit e3ecf05866
3 changed files with 48 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ set(LIBC_SOURCES
fenv.cpp
ftw.cpp
grp.cpp
ifaddrs.cpp
inttypes.cpp
langinfo.cpp
libgen.cpp