Sourced from libc's releases.
0.2.149
What's Changed
- libc 0.2.148 by
@joshtriplettin rust-lang/libc#3351- update libc-test and its libc dependency to 0.2.148 by
@chenx97in rust-lang/libc#3314- Disable 1.13 CI by
@JohnTitorin rust-lang/libc#3358- Add teeos libc by
@Sword-Destinyin rust-lang/libc#3333- Added SIOCSIFNAME by
@Brijeshkrishnain rust-lang/libc#3354- copyfile apple api update by
@devnexenin rust-lang/libc#3346- Hermit updates by
@mkroeningin rust-lang/libc#3348- Add the LoongArch64 HWCAP values by
@heiherin rust-lang/libc#3344- Add F_PUNCHHOLE and fpunchhole_t by
@anacrolixin rust-lang/libc#3337- Fix compatibility with Emscripten >= 3.1.44 by
@kleisaukein rust-lang/libc#3308- freebsd adding few mmap constants related to page alignment by
@devnexenin rust-lang/libc#3326- Redox pthreads by
@4lDO2in rust-lang/libc#3347- linux MADV_COLLAPSE addition by
@devnexenin rust-lang/libc#3340- android adding few more pthread api calls. by
@devnexenin rust-lang/libc#3288- Declare
pthread_attr_setguardsizeandpthread_attr_getstacksize. by@sunfishcodein rust-lang/libc#3330- Add missing PS Vita definitions, fix some unused ones by
@phekiin rust-lang/libc#3284- Drop
armv7-apple-iostarget support by@JohnTitorin rust-lang/libc#3362- backtrace definitions and support for getmntinfo and getvfsstat by
@0323pinin rust-lang/libc#3368- apple fcntl update. by
@devnexenin rust-lang/libc#3365- Added socketpair and pipe2 for Vita target by
@nikarhin rust-lang/libc#3366- Added additional Ethernet Protocol Ids for fuchsia by
@w1redch4din rust-lang/libc#3332- timerfd api for freebsd 14. by
@devnexenin rust-lang/libc#3341- haiku adding pthread GNU part by
@devnexenin rust-lang/libc#3364- add execveat for glibc by
@SteveLauCin rust-lang/libc#3372- added support for GNU/Hurd by
@Vtewari2311in rust-lang/libc#3325- Fix apple tvos support by
@lcruz99in rust-lang/libc#3370- Remove deprecation from SA_ONSTACK; fix hexagon-unknown-linux-musl by
@androm3dain rust-lang/libc#3335- feat: add close_range for glibc by
@SteveLauCin rust-lang/libc#3373- Update crate version to 0.2.149 by
@nikarhin rust-lang/libc#3360New Contributors
@Sword-Destinymade their first contribution in rust-lang/libc#3333@Brijeshkrishnamade their first contribution in rust-lang/libc#3354@anacrolixmade their first contribution in rust-lang/libc#3337@4lDO2made their first contribution in rust-lang/libc#3347@phekimade their first contribution in rust-lang/libc#3284@0323pinmade their first contribution in rust-lang/libc#3368@w1redch4dmade their first contribution in rust-lang/libc#3332@Vtewari2311made their first contribution in rust-lang/libc#3325@lcruz99made their first contribution in rust-lang/libc#3370Full Changelog: https://github.com/rust-lang/libc/compare/0.2.148...0.2.149
d80e8bd
Auto merge of #3360
- vita-rust:release-0.2.149, r=JohnTitor017bf5f
Auto merge of #3373
- SteveLauC:close_range, r=JohnTitor14ef2e5
Auto merge of #3335
- androm3da:bcain/sa_onstack, r=JohnTitor7b9e367
fmt173757d
feat: add close_range for glibcc7a860d
Auto merge of #3370
- NordSecurity:add_apple_tvos_support, r=JohnTitor4cdc32e
Auto merge of #3325
- Vtewari2311:libc-hurd-latest, r=JohnTitoraa065c6
Auto merge of #3372
- SteveLauC:execveat, r=JohnTitord3910f6
add execveat for glibcaab9d70
Fix apple tvos support