Add empty netinet_ip
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
sys_includes = []
|
||||
include_guard = "_NETINET_IP_H"
|
||||
language = "C"
|
||||
style = "Tag"
|
||||
|
||||
[enum]
|
||||
prefix_with_name = true
|
||||
Reference in New Issue
Block a user