-
- Notifications
You must be signed in to change notification settings - Fork 119
Update Rust crate libc to 0.2.176 #2611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## main #2611 +/- ## ======================================= Coverage 78.40% 78.40% ======================================= Files 107 107 Lines 24864 24864 ======================================= Hits 19495 19495 Misses 5369 5369 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f7fb493
to b30b963
Compare 1ecea2b
to 9b5b745
Compare 9b5b745
to 7d46107
Compare
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 - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 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.