Implement confstr (unistd.h)
The implementation for confstr is straightforward. Most of the constants return 1 on both musl and glibc. The only constant that doesn't is required for Fish. I also switched an #[unsafe(no_mangle)] from my last patch back to a #[no_mangle] because we need to bump cbindgen. #[unsafe(no_mangle)] is required for Rust 2024.
This commit is contained in:
Reference in New Issue
Block a user