Added
Fixed
Breaking: rust-lang/rust#132975 corrected the signedness of core::ffi::c_char
on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to libc
, including the following specific pull requests:
- ESP-IDF: Replace arch-conditional
c_char
with a reexport #4195 - Fix
c_char
on various targets #4199 - Mirror
c_char
configuration fromrust-lang/rust
#4198
Cleanup
- Do not re-export
c_void
in target-specific code #4200