rust-libc/libc-test/test
Alan Somers 5e6d9c4a92 Add makedev for the BSDs
Also, make makedev function safe and const on all platforms.

On Android, change the arguments from signed to unsigned integers to
match the other platforms.  The C makedev is a macro, so the
signededness is undefined.

Add an integration test for makedev, too, since it's a macro that we
must reimplement.
2022-09-07 06:50:04 -06:00
..
cmsg.rs fix cmsg test proposal 2021-11-02 19:09:58 +00:00
errqueue.rs Add test for SO_EE_OFFENDER 2019-12-02 17:02:23 -08:00
linux_elf.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
linux_fcntl.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
linux_if_arp.rs Declare ARPHRD_CAN on the linux_like module 2021-06-03 15:40:20 +09:00
linux_ipv6.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
linux_strerror_r.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
linux_termios.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
main.rs Clean libc-test for apple targets 2019-02-22 19:18:02 +01:00
makedev.rs Add makedev for the BSDs 2022-09-07 06:50:04 -06:00
semver.rs Output PASSED 1 tests in semver test 2021-04-02 13:24:28 +02:00
sigrt.rs Add tests for SIGRTMAX and SIGRTMIN 2021-07-29 23:03:25 +02:00