Sourced from libc's releases.
0.2.155
What's Changed
- Add
SYS_lseekandSYS_mmapfor aarch64 Android by@lberrymagein rust-lang/libc#3632- Correct the value of FAN_MARK_IGNORE by
@severenin rust-lang/libc#3622- Update FreeBSD 13 CI image by
@JohnTitorin rust-lang/libc#3671- android: add FUTEX_LOCK_PI2 by
@rtzoellerin rust-lang/libc#3635- Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by
@purplesyringain rust-lang/libc#3676- Revert "Support posix_spawn on Android" by
@JohnTitorin rust-lang/libc#3678- Unlock ci: fix wrong cfg emscripten by
@tesujiin rust-lang/libc#3684- redox: correct EPOLL constants by
@jackpot51in rust-lang/libc#3686- [0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by
@cuviperin rust-lang/libc#3708- Re-add
posix_spawn{_file_actions_t,attr_t}on Android by@tesujiin rust-lang/libc#3690- Update version to
0.2.155by@madsmtmin rust-lang/libc#3682New Contributors
@lberrymagemade their first contribution in rust-lang/libc#3632@purplesyringamade their first contribution in rust-lang/libc#3676Full Changelog: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155
7df63bd
Merge pull request #3682
from madsmtm/new-version0bbb5cd
Merge pull request #3690
from tesuji/android-posix-spawn15c74a4
Update version to 0.2.155664947b
Merge pull request #3708
from cuviper/ci-sparc64-0.261331df
Also skip MFD_EXEC and MFD_NOEXEC_SEAL on
sparc6473d2004
Skip SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV on sparc6480535f3
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64b2b2fd7
Readd posix_spawn{_file_actions_t,attr_t} on Android7646277
Merge pull request #3686
from redox-os/redox-epoll-0.25eff703
redox: correct EPOLL constants