|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [0.2.159](https://github.com/rust-lang/libc/compare/0.2.158...0.2.159) - 2024-09-24 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Android: add more `AT_*` constants in <https://github.com/rust-lang/libc/pull/3779> |
| 10 | +- Apple: add missing `NOTE_*` constants in <https://github.com/rust-lang/libc/pull/3883> |
| 11 | +- Hermit: add missing error numbers in <https://github.com/rust-lang/libc/pull/3858> |
| 12 | +- Hurd: add `__timeval` for 64-bit support in <https://github.com/rust-lang/libc/pull/3786> |
| 13 | +- Linux: add `epoll_pwait2` in <https://github.com/rust-lang/libc/pull/3868> |
| 14 | +- Linux: add `mq_notify` in <https://github.com/rust-lang/libc/pull/3849> |
| 15 | +- Linux: add missing `NFT_CT_*` constants in <https://github.com/rust-lang/libc/pull/3844> |
| 16 | +- Linux: add the `fchmodat2` syscall in <https://github.com/rust-lang/libc/pull/3588> |
| 17 | +- Linux: add the `mseal` syscall in <https://github.com/rust-lang/libc/pull/3798> |
| 18 | +- OpenBSD: add `sendmmsg` and `recvmmsg` in <https://github.com/rust-lang/libc/pull/3831> |
| 19 | +- Unix: add `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` in <https://github.com/rust-lang/libc/pull/3693> |
| 20 | +- VxWorks: add `S_ISVTX` in <https://github.com/rust-lang/libc/pull/3768> |
| 21 | +- VxWorks: add `vxCpuLib` and `taskLib` functions <https://github.com/rust-lang/libc/pull/3861> |
| 22 | +- WASIp2: add definitions for `std::net` support in <https://github.com/rust-lang/libc/pull/3892> |
| 23 | + |
| 24 | +### Fixed |
| 25 | + |
| 26 | +- Correctly handle version checks when `clippy-driver` is used <https://github.com/rust-lang/libc/pull/3893> |
| 27 | + |
| 28 | +### Changed |
| 29 | + |
| 30 | +- EspIdf: change signal constants to c_int in <https://github.com/rust-lang/libc/pull/3895> |
| 31 | +- HorizonOS: update network definitions in <https://github.com/rust-lang/libc/pull/3863> |
| 32 | +- Linux: combine `ioctl` APIs in <https://github.com/rust-lang/libc/pull/3722> |
| 33 | +- WASI: enable CI testing in <https://github.com/rust-lang/libc/pull/3869> |
| 34 | +- WASIp2: enable CI testing in <https://github.com/rust-lang/libc/pull/3870> |
| 35 | + |
5 | 36 | ## [0.2.158](https://github.com/rust-lang/libc/compare/0.2.157...0.2.158) - 2024-08-19
|
6 | 37 |
|
7 | 38 | ### Other
|
|
0 commit comments