Sourced from libc's releases.
0.2.169
Added
- FreeBSD: add more socket TCP stack constants rust-lang/libc#4193
- Fuchsia: add a
sockaddr_vm
definition rust-lang/libc#4194Fixed
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 tolibc
, including the following specific pull requests:
- ESP-IDF: Replace arch-conditional
c_char
with a reexport rust-lang/libc#4195- Fix
c_char
on various targets rust-lang/libc#4199- Mirror
c_char
configuration fromrust-lang/rust
rust-lang/libc#4198Cleanup
- Do not re-export
c_void
in target-specific code rust-lang/libc#4200
Sourced from libc's changelog.
0.2.169 - 2024-12-18
Added
- FreeBSD: add more socket TCP stack constants rust-lang/libc#4193
- Fuchsia: add a
sockaddr_vm
definition rust-lang/libc#4194Fixed
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 tolibc
, including the following specific pull requests:
- ESP-IDF: Replace arch-conditional
c_char
with a reexport rust-lang/libc#4195- Fix
c_char
on various targets rust-lang/libc#4199- Mirror
c_char
configuration fromrust-lang/rust
rust-lang/libc#4198Cleanup
- Do not re-export
c_void
in target-specific code rust-lang/libc#4200
bb5944c
chore: release v0.2.1698ebcf49
Merge pull request #4211
from tgross35/backport-openbsd-buildfab6a64
Skip c_char_def
on OpenBSDc86544f
Merge pull request #4206
from tgross35/backport-tomato2ade12c
Replace arch-conditional c_char
with a reexport0567b59
Ignore ordering style for c_char
3e09b7c
Do not re-export c_void in target-specific code7e761a5
Fix c_char on various targets9fea17a
Mirror c_char
configuration from
rust-lang/rust
3eb9670
feat: Update c_char type