remove sys_socket include from ifaddrs and netdb
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user