remove sys_socket include from ifaddrs and netdb

This commit is contained in:
auronandace
2026-04-13 10:59:23 +01:00
parent e8429cdc5e
commit f0e3574f30
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
sys_includes = ["features.h", "netinet/in.h", "sys/socket.h"]
# netinet/in.h brings in sys/socket.h
sys_includes = ["features.h", "netinet/in.h"]
include_guard = "_RELIBC_IFADDRS_H"
language = "C"
style = "Tag"
+2 -1
View File
@@ -1,4 +1,5 @@
sys_includes = ["sys/socket.h", "netinet/in.h", "features.h"]
# netinet/in.h brings in sys/socket.h
sys_includes = ["netinet/in.h", "features.h"]
include_guard = "_RELIBC_NETDB_H"
trailer = """
#define h_errno (*__h_errno_location())