Skip to content

Commit 65d1e97

Browse files
chore: release v0.2.162
1 parent d435e9b commit 65d1e97

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
## [Unreleased]
44

5+
## [0.2.162](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) - 2024-11-07
6+
7+
### Added
8+
9+
- Update esp-idf flag
10+
11+
### Other
12+
13+
- Fix definition of FIODGNAME on 32-bit FreeBSD
14+
- Fix size of struct kinfo_file on 32-bit FreeBSD
15+
- Fix definition of clock_t on FreeBSD x86, powerpc, powerpc64, and arm.
16+
- Fix the definition of several BPF related ioctls on 32-bit FreeBSD
17+
- Fix definition of TIOCTIMESTAMP on FreeBSD x86
18+
- Fix the definition of domainset_t in 32-bit FreeBSD
19+
- Gate FreeBSD `mcontext_t` under `libc_align`
20+
- Fix alignment of mcontext_t on FreeBSD x86
21+
- Fix the definition of mc_fpstate on FreeBSD x86
22+
- Fix alignment of uc_ucontext fields on arm64 android ([#3894](https://github.com/rust-lang/libc/pull/3894))
23+
- Add ucontext_t, mcontext_t for all archs ([#3848](https://github.com/rust-lang/libc/pull/3848))
24+
- Convert mode_t constants to octal
25+
- Add host_cpu_load_info on Apple
26+
- add busy polling parameters
27+
- Remove the `wasm32-wasi` target
28+
- Backport "Merge pull request [#3942](https://github.com/rust-lang/libc/pull/3942) from randomPoison/trusty-patch"
29+
- haiku adding getentropy.
30+
- Added pthread_[get/set]name_np functions for NuttX
31+
- Don't pass -lc to Emscripten, it breaks
32+
533
## [0.2.161](https://github.com/rust-lang/libc/compare/0.2.160...0.2.161) - 2024-10-17
634

735
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.161"
3+
version = "0.2.162"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A test crate for the libc crate.
1414

1515
[dependencies.libc]
1616
path = ".."
17-
version = "0.2.161"
17+
version = "0.2.162"
1818
default-features = false
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)