Update Rust crate libc to 0.2.176 #315
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/libc-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.2.175
->0.2.176
Release Notes
rust-lang/libc (libc)
v0.2.176
Compare Source
Support
rustc
since 1.78. (#2406)Debug
is now always implemented, rather than being gated behind theextra_traits
feature. (#4624)Added
_KERNEL
macro. (#4607)st_fileref
tostruct stat
(#4642)accept4
POSIX call (#4586)EM_RISCV
(#4659)MS_NOSYMFOLLOW
(#4389)backtrace_symbols(_fd)
(#4668)SOL_PACKET
optnames (#4669)SYS_mseal
(#4549)__errno
(#4687)dirfd
,VDISABLE
, and resource consts (#4660)resource.h
,fcntl.h
constants (#4666)strftime
andmkostemp[s]
(#4629)qsort_r
(Unix), andqsort(_s)
(Windows) (#4677)dlvsym
for Linux-gnu, FreeBSD, and NetBSD (#4671)sigqueue
(#4620)Changed
kinfo_proc
as non-exhaustive (#4553)readdir_r
(#4694)epoll_event
is packed (#4639)ctest
with the much more reliable new implementation (#4655 and many related PRs)Fixed
getgrnam_r
([#4656](#4656P_IDLEPROC
to FreeBSD 15 (#4640)mcontext_t::mc_tlsbase
to FreeBSD 15 (#4640)mcontext_t.mc_tlsbase
(#4703)statfs[64]
(#4549)fpreg_t
a union (#4549)gid_t
anduid_t
(#4689)MAP_FIXED
(#4684)Deprecated
deprecated
attribute foriconv
(a97a0b53
)TIOCMGDTRWAIT
andTIOCMSDTRWAIT
(#4685)Removed
JAIL_{GET,SET}_MASK
,_MC_FLAG_MASK
(#4691)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.