Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate libc to 0.2.152 (#538)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://togithub.com/rust-lang/libc) | dependencies | patch | `0.2.151` -> `0.2.152` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.152`](https://togithub.com/rust-lang/libc/releases/tag/0.2.152) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.151...0.2.152) ##### What's Changed - openbsd: syscall() has been removed in upcoming OpenBSD 7.5 by [@​semarie](https://togithub.com/semarie) in [https://github.com/rust-lang/libc/pull/3479](https://togithub.com/rust-lang/libc/pull/3479) - adding tcp_info to openbsd by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3481](https://togithub.com/rust-lang/libc/pull/3481) - iadding yser_fpxregs_struct data to linux/musl i686. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3477](https://togithub.com/rust-lang/libc/pull/3477) - strftime\* api for \*BSD by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3483](https://togithub.com/rust-lang/libc/pull/3483) - strftime_l for Linux glibc/musl by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3484](https://togithub.com/rust-lang/libc/pull/3484) - adding iocb data for io_submit syscall for linux/glibc. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3486](https://togithub.com/rust-lang/libc/pull/3486) - Re-enable `i686-pc-windows-gnu` CI by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3489](https://togithub.com/rust-lang/libc/pull/3489) - Stop testing on FreeBSD 12 by [@​asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/3475](https://togithub.com/rust-lang/libc/pull/3475) - Add `ifreq`, `ifconf` and related constants to Android by [@​arctic-alpaca](https://togithub.com/arctic-alpaca) in [https://github.com/rust-lang/libc/pull/3487](https://togithub.com/rust-lang/libc/pull/3487) - Add waitid function for OpenBSD by [@​lcheylus](https://togithub.com/lcheylus) in [https://github.com/rust-lang/libc/pull/3490](https://togithub.com/rust-lang/libc/pull/3490) - adding SOMAXCONN to redox by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3491](https://togithub.com/rust-lang/libc/pull/3491) - Fix typos in comments by [@​asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/3492](https://togithub.com/rust-lang/libc/pull/3492) - fix typos in libc by [@​Takashiidobe](https://togithub.com/Takashiidobe) in [https://github.com/rust-lang/libc/pull/3496](https://togithub.com/rust-lang/libc/pull/3496) - apple adding tcp_connection_info struct by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3482](https://togithub.com/rust-lang/libc/pull/3482) - Improve the version parser of Emscripten by [@​kleisauke](https://togithub.com/kleisauke) in [https://github.com/rust-lang/libc/pull/3498](https://togithub.com/rust-lang/libc/pull/3498) - Add constants from \<include/linux/sched.h> by [@​GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3505](https://togithub.com/rust-lang/libc/pull/3505) - Define `TFD_TIMER_*` constants on FreeBSD. by [@​sunfishcode](https://togithub.com/sunfishcode) in [https://github.com/rust-lang/libc/pull/3506](https://togithub.com/rust-lang/libc/pull/3506) - Add support for posix_spawn on OpenBSD by [@​nuudlman](https://togithub.com/nuudlman) in [https://github.com/rust-lang/libc/pull/3502](https://togithub.com/rust-lang/libc/pull/3502) - clock_nanosleep for dragonflybsd, moving constants freebsd only too. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3509](https://togithub.com/rust-lang/libc/pull/3509) - solarish add fcntl's O_DIRECT constant. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3503](https://togithub.com/rust-lang/libc/pull/3503) - Unpin cc dependency version by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3511](https://togithub.com/rust-lang/libc/pull/3511) - redox: add openpty, login_tty, TIOCSCTTY, and organize functions by [@​jackpot51](https://togithub.com/jackpot51) in [https://github.com/rust-lang/libc/pull/3512](https://togithub.com/rust-lang/libc/pull/3512) - Move all seccomp consts and structs into top-level mod by [@​boustrophedon](https://togithub.com/boustrophedon) in [https://github.com/rust-lang/libc/pull/3343](https://togithub.com/rust-lang/libc/pull/3343) - freebsd 15 support proposal. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3508](https://togithub.com/rust-lang/libc/pull/3508) - Prepare workflow for merge queue by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3514](https://togithub.com/rust-lang/libc/pull/3514) - Allow dead_code on `clockid_t` by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3516](https://togithub.com/rust-lang/libc/pull/3516) - Add more items from `include/linux/sched.h` header by [@​GuillaumeGomez](https://togithub.com/GuillaumeGomez) in [https://github.com/rust-lang/libc/pull/3515](https://togithub.com/rust-lang/libc/pull/3515) - fix typo by [@​shuoer86](https://togithub.com/shuoer86) in [https://github.com/rust-lang/libc/pull/3517](https://togithub.com/rust-lang/libc/pull/3517) - Add sigsuspend to more targets: bsd, haiku, and solarish by [@​asomers](https://togithub.com/asomers) in [https://github.com/rust-lang/libc/pull/3518](https://togithub.com/rust-lang/libc/pull/3518) - Tweak libc-0.2 CI by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3519](https://togithub.com/rust-lang/libc/pull/3519) - fuchsia adding pthread_set/getname_np by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3520](https://togithub.com/rust-lang/libc/pull/3520) - Prepare docs for libc v0.3 by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3510](https://togithub.com/rust-lang/libc/pull/3510) - Merge main into libc-0.2 by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3521](https://togithub.com/rust-lang/libc/pull/3521) - Prepare release for v0.2.152 by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3522](https://togithub.com/rust-lang/libc/pull/3522) ##### New Contributors - [@​Takashiidobe](https://togithub.com/Takashiidobe) made their first contribution in [https://github.com/rust-lang/libc/pull/3496](https://togithub.com/rust-lang/libc/pull/3496) - [@​nuudlman](https://togithub.com/nuudlman) made their first contribution in [https://github.com/rust-lang/libc/pull/3502](https://togithub.com/rust-lang/libc/pull/3502) - [@​boustrophedon](https://togithub.com/boustrophedon) made their first contribution in [https://github.com/rust-lang/libc/pull/3343](https://togithub.com/rust-lang/libc/pull/3343) - [@​shuoer86](https://togithub.com/shuoer86) made their first contribution in [https://github.com/rust-lang/libc/pull/3517](https://togithub.com/rust-lang/libc/pull/3517) **Full Changelog**: rust-lang/libc@0.2.151...0.2.152 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/agbrs/agb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
- Loading branch information