Skip to content

Commit f64ee03

Browse files
committed
Removed newlib struct duplicates.
1 parent 68701e7 commit f64ee03

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/unix/newlib/mod.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ pub type time_t = i32;
2525
pub type useconds_t = u32;
2626

2727
s! {
28-
pub struct in_addr {
29-
pub s_addr: ::in_addr_t,
30-
}
31-
32-
pub struct ip_mreq {
33-
pub imr_multiaddr: in_addr,
34-
pub imr_interface: in_addr,
35-
}
36-
3728
pub struct sockaddr {
3829
pub sa_family: sa_family_t,
3930
pub sa_data: [::c_char; 14],

0 commit comments

Comments
 (0)