Sourced from libc's releases.
0.2.145
What's Changed
- redox add sig(timed)wait calls by
@devnexen
in rust-lang/libc#3244- Support for
PTRACE_SYSEMU
andPTRACE_SYSEMU_SINGLESTEP
on musl by@emilengler
in rust-lang/libc#3245- Fix loongarch64 bindings by
@heiher
in rust-lang/libc#3246- Add linux canxl constants and canxl frame struct by
@marcelbuesing
in rust-lang/libc#3247- Change branch references to HEAD where possible or main otherwise by
@joshtriplett
in rust-lang/libc#3249- linux/musl/s390x: change f_* constants to uint from ulong by
@nekopsykose
in rust-lang/libc#3137- android: add memmem by
@tibordp
in rust-lang/libc#3252- redox adding lockf flags by
@devnexen
in rust-lang/libc#3251- Add ucred struct and field type aliases for redox by
@andrewdavidmackenzie
in rust-lang/libc#3250- Fixed vita libc definitions by
@nikarh
in rust-lang/libc#3255- Skip round-trip tests for structs with FAMs by
@bossmc
in rust-lang/libc#3254- Fixed pthread_attr_t and pthread_rwlockattr_t for newlib by
@nikarh
in rust-lang/libc#3256- Alias all LFS64 symbols to their non-LFS64 counterparts on musl by
@bossmc
in rust-lang/libc#2935- add constants and structs for vsock on macos by
@tzneal
in rust-lang/libc#3258- dragonflybsd supports malloc_usable_size too by
@devnexen
in rust-lang/libc#3253- linux-gnu: add putpwent/putgrent by
@superwhiskers
in rust-lang/libc#3257- s390x-musl: define O_LARGEFILE constant by
@nekopsykose
in rust-lang/libc#3262- add MSG_NEEDSA and MSG_NOSIGNAL for macos by
@tzneal
in rust-lang/libc#3263- Update crate version to 0.2.145 by
@nikarh
in rust-lang/libc#3259New Contributors
@emilengler
made their first contribution in rust-lang/libc#3245@marcelbuesing
made their first contribution in rust-lang/libc#3247@tibordp
made their first contribution in rust-lang/libc#3252@andrewdavidmackenzie
made their first contribution in rust-lang/libc#3250@tzneal
made their first contribution in rust-lang/libc#3258@superwhiskers
made their first contribution in rust-lang/libc#3257Full Changelog: https://github.com/rust-lang/libc/compare/0.2.144...0.2.145
f171596
Auto merge of #3266
- vita-rust:release-0.2.146, r=Amanieudd6fdac
Update crate version to 0.2.146a6c94f4
Auto merge of #3265
- bossmc:issue-3264-variadic-open(at), r=Amanieu52badc6
Use use
to alias open/openat in lfs64.rse0dfb3f
Auto merge of #3259
- vita-rust:update, r=JohnTitorc2bfe30
Auto merge of #3263
- tzneal:add-msg-nosignal, r=JohnTitor3b808cf
Auto merge of #3262
- nekopsykose:s390x-largefile, r=JohnTitorbe93cda
add MSG_NEEDSA and MSG_NOSIGNAL for macos4d473b2
s390x-musl: define O_LARGEFILE constant9469613
Auto merge of #3257
- superwhiskers:add-putpwent, r=JohnTitor