Add empty netinet_ip

This commit is contained in:
Jeremy Soller
2019-01-15 20:49:35 -07:00
parent b35a4f6372
commit 74dd5091f3
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ pub mod limits;
pub mod locale;
pub mod netdb;
pub mod netinet_in;
pub mod netinet_ip;
pub mod netinet_tcp;
pub mod poll;
pub mod pwd;
pub mod regex;
+7
View File
@@ -0,0 +1,7 @@
sys_includes = []
include_guard = "_NETINET_IP_H"
language = "C"
style = "Tag"
[enum]
prefix_with_name = true
View File