chore(deps): update rust crate libc to v0.2.176 #499
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.2.172
->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)v0.2.175
Compare Source
Added
getpeereid
(#4524)struct ld_info
and friends (#4578)struct winsize
(#4577)CLONE_CLEAR_SIGHAND
andCLONE_INTO_CGROUP
(#4502)prctl
constants (#4531)mcontext_t.mc_tlsbase
(#4503)kinfo_proc.ki_uerrmsg
(#4552)in_conninfo
(#4482)xinpgen
and related types (#4482)xktls_session
(#4482)libbsd
(#4221)SECBIT_*
(#4480)ioctl
request generator macros (#4460)ptsname_r
(#4608)strftime*
(#4453)EXEC_RESTRICT_*
andEXEC_DENY_*
(#4545)Changed
const
to signatures to be consistent with other platforms (#4563)Fixed
struct statvfs.f_fsid
(#4576)ioctl
request
argument (#4582)stat{,64}.st_*tim
(#4597)errno
values (#4507)target_os
->target_arch
check (#4550)xktls_session_onedir.ifnet
(#4552)nlink_t
(#4509)stack_t
(#4528)SI_TIMER
,SI_MESGQ
andSI_ASYNCIO
definitions (#4529)si_errno
andsi_code
insiginfo_t
(#4530)statfs
(#4527)fanotify_event_metadata
(#4510)enum fae_action
to be#[repr(C)]
(#60a8cfd5)char
->c_char
(eaab4fc3)termios
definitions (#4518)EDEADLK
(#4517)NCCS
(#4513)MAP_LOCKED
andMAP_NORESERVE
(#4516)shmid_ds
(#4519)Deprecated
MAP_32BIT
is only defined on x86 on non-x86 architectures (#4511)Removed
FIND
andENTER
(#4588)O_FSYNC
(#4515)RTLD_DEEPBIND
(#4515)v0.2.174
Compare Source
Added
pidfd_info
fields pub (#4487)Fixed
timespec.tv_nsec
(#4497)nlink_t
type forst_nlink
instruct stat
definition (#4483)Other
unpredictable_function_pointer_comparisons
lints (#4489)pointer::cast
. (#4490)CMSG_NXTHDR
. (#4492)v0.2.173
Compare Source
Added
SO_SPLICE
socket option support for FreeBSD >= 14.2 (#4451)_TIME_BITS=64
(#4433)nsfs
ioctls (#4436)prctls
(#4400)linux/cn_proc.h
andlinux/connector.h
(#4434)pwritev2
andpreadv2
(#4452)MADV_SOFT_OFFLINE
constant (#4448)struct tcp_info
(#4443)arc4random
andarc4random_buf
(#4464)MADV_SOFT_OFFLINE
definition (#4447)time.h
functions (#4427)Changed
SA_
constants. (#4426)CMSG_ALIGN
,CMSG_LEN
, andCMSG_SPACE
const functions (#4441)Fixed
fpos_t
(#4472)struct ipc_perm
bindings (#4384)O_LARGEFILE
constant value. (#4443)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 was generated by Mend Renovate. View the repository job log.