|
4 | 4 |
|
5 | 5 | ## [0.2.157](https://github.com/rust-lang/libc/compare/0.2.156...0.2.157) - 2024-08-17
|
6 | 6 |
|
7 |
| -### Other |
8 |
| -- Merge pull request [#3852](https://github.com/rust-lang/libc/pull/3852) from tgross35/backport-onion |
9 |
| -- always use freebsd12 when rustc_dep_of_std is set |
10 |
| -- freebsd adding execvpe support from 14.1 release |
11 |
| -- Merge pull request [#3845](https://github.com/rust-lang/libc/pull/3845) from nathaniel-bennett/rustc-wrapper-fix-0.2 |
12 |
| -- Add RUSTC_WRAPPER support to build script |
13 |
| -- Update CHANGELOG.md for 0.2.156 |
14 |
| -- Merge pull request [#3835](https://github.com/rust-lang/libc/pull/3835) from tgross35/revert-bsd-getnameinfo-0.2 |
15 |
| -- Merge pull request [#3833](https://github.com/rust-lang/libc/pull/3833) from tgross35/backport-potato |
16 |
| -- add `pthread_equal` |
17 |
| -- netbsd adding _lwp_park api. |
18 |
| -- Merge pull request [#3829](https://github.com/rust-lang/libc/pull/3829) from rust-lang/tgross35-patch-2 |
19 |
| -- Merge pull request [#3828](https://github.com/rust-lang/libc/pull/3828) from rust-lang/tgross35-patch-1 |
20 |
| -- Update CHANGELOG.md |
| 7 | +### Added |
| 8 | + |
| 9 | +- Apple: add `_NSGetArgv`, `_NSGetArgc` and `_NSGetProgname` in <https://github.com/rust-lang/libc/pull/3702> |
| 10 | +- Build: add `RUSTC_WRAPPER` support in <https://github.com/rust-lang/libc/pull/3845> |
| 11 | +- FreeBSD: add `execvpe` support from 14.1 release in <https://github.com/rust-lang/libc/pull/3745> |
| 12 | +- Fuchsia: add `SO_BINDTOIFINDEX` |
| 13 | +- Linux: add `klogctl` in <https://github.com/rust-lang/libc/pull/3777> |
| 14 | +- MacOS: add `fcntl` OFD commands in <https://github.com/rust-lang/libc/pull/3563> |
| 15 | +- NetBSD: add `_lwp_park` in <https://github.com/rust-lang/libc/pull/3721> |
| 16 | +- Solaris: add missing networking support in <https://github.com/rust-lang/libc/pull/3717> |
| 17 | +- Unix: add `pthread_equal` in <https://github.com/rust-lang/libc/pull/3773> |
| 18 | +- WASI: add `select`, `FD_SET`, `FD_ZERO`, `FD_ISSET ` in <https://github.com/rust-lang/libc/pull/3681> |
| 19 | + |
| 20 | +### Fixed |
| 21 | +- TEEOS: fix octal notation for `O_*` constants in <https://github.com/rust-lang/libc/pull/3841> |
| 22 | + |
| 23 | +### Changed |
| 24 | +- FreeBSD: always use freebsd12 when `rustc_dep_of_std` is set in <https://github.com/rust-lang/libc/pull/3723> |
21 | 25 |
|
22 | 26 | ## [0.2.156](https://github.com/rust-lang/libc/compare/v0.2.155...v0.2.156) - 2024-08-15
|
23 | 27 |
|
|
0 commit comments