You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #698 - ndusart:in_addr_t, r=alexcrichton
change type of INADDR constants to in_addr_t
These should be `in_addr_t` (u32) instead of `c_int`
This is a breaking change but it is just breaking newlib platforms for now.
@alexcrichton Do you prefer that I split the definition in submodules, to keep `c_int` in newlib and update the others ?
0 commit comments