LibC: Implement if_indextoname and if_nametoindex

These are needed for our cmake port
This commit is contained in:
2025-08-07 02:36:45 +03:00
parent a3bdf0456e
commit b6aa5bdfab
2 changed files with 72 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ set(LIBC_SOURCES
locale.cpp
malloc.cpp
math.cpp
net/if.cpp
netdb.cpp
netinet/in.cpp
poll.cpp