mirror of https://git.musl-libc.org/git/musl
Browse Source
inet_aton returns a boolean success value, whereas __ipparse returns 0 on success and -1 on failure. also change the conditional in inet_addr to be consistent with other uses of __ipparse where only negative values are treated as failure.rs-1.0
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue