libc-rs/libc-test
Joshua M. Clulow 297c00203a tests should ignore setservent() and endservent() on illumos
Depending on the compilation environment (e.g., whether the 3XNET or
3SOCKET version of these functions is in play, whether EXTENSIONS has
been defined, etc) these functions may be declared to return either void
or int.  The return value is hard coded as zero, and can be ignored to
better align with other platforms where these functions are always void.
2020-11-25 16:34:51 -08:00
..
src Add test for SO_EE_OFFENDER 2019-12-02 17:02:23 -08:00
test Add ancillary socket data accessor functions for solarish OSes 2020-06-26 20:58:43 +00:00
build.rs tests should ignore setservent() and endservent() on illumos 2020-11-25 16:34:51 -08:00
Cargo.toml Unpin the cc crate version 2020-10-24 02:35:55 +09:00