Previously, `open64` on MUSL was using the [common definition](https://github.com/rust-lang/libc/blob/0.2.144/src/unix/linux_like/mod.rs#LL1741) with variadics. But in v0.2.145 it was migrated to a [non-variadic definition](https://github.com/rust-lang/libc/blob/0.2.145/src/unix/linux_like/linux/musl/lfs64.rs#L112). This has caused breakage of `getrandom v0.1`, see https://github.com/rust-random/getrandom/issues/363. cc @bossmc
Previously,
open64on MUSL was using the common definition with variadics. But in v0.2.145 it was migrated to a non-variadic definition. This has caused breakage ofgetrandom v0.1, see rust-random/getrandom#363.cc @bossmc