Bumps libc from 0.2.178 to 0.2.183.
Release notes
Sourced from libc's releases.
0.2.183
Added
- ESP-IDF: Add
SOMAXCONN (#4993)
- Linux: Add
name_to_handle_at and open_by_handle_at (#4988)
- NetBSD: Add
kinfo_file, kinfo_pcb, and related constants (#4985)
- OpenBSD: Add
kinfo_file and related constants (#4991)
- VxWorks: Add additional structs and defines (#5003)
- Various: Implement
Default for timeval and timespec (#4976)
Fixed
- Hexagon musl: Enable unstable 64-bit
time_t support and musl_v1_2_3 (#4992)
- Nintendo Switch: Fix target support (#4982)
- OpenBSD: Wrap an unused field in
Padding (#4997)
- Redox: Change
sigaction.sa_flags to c_int (#4986)
- Redox: Fix
blkcnt_t type (#4994)
0.2.182
Added
- Android, Linux: Add
tgkill (#4970)
- Redox: Add
RENAME_NOREPLACE (#4968)
- Redox: Add
renameat2 (#4968)
0.2.181
Added
- Apple: Add
MADV_ZERO (#4924)
- Redox: Add
makedev, major, and minor (#4928)
- GLibc: Add
PTRACE_SET_SYSCALL_INFO (#4933)
- OpenBSD: Add more kqueue related constants for (#4945)
- Linux: add CAN error types (#4944)
- OpenBSD: Add siginfo_t::si_status (#4946)
- QNX NTO: Add
max_align_t (#4927)
- Illumos: Add
_CS_PATH (#4956)
- OpenBSD: add
ppoll (#4957)
Fixed
- Breaking: Redox: Fix the type of
dev_t (#4928)
- AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (#4931)
- AIX: Use 'struct st_timespec' in 'struct stat{,64}' (#4931)
- Glibc: Link old version of
tc{g,s}etattr (#4938)
- Glibc: Link the correct version of
cf{g,s}et{i,o}speed on mips{32,64}r6 (#4938)
- OpenBSD: Fix constness of tm.tm_zone (#4948)
- OpenBSD: Fix the definition of
ptrace_thread_state (#4947)
- QuRT: Fix type visibility and defs (#4932)
- Redox: Fix values for
PTHREAD_MUTEX_{NORMAL, RECURSIVE} (#4943)
- Various: Mark additional fields as private padding (#4922)
... (truncated)
Changelog
Sourced from libc's changelog.
Added
- ESP-IDF: Add
SOMAXCONN (#4993)
- Linux: Add
name_to_handle_at and open_by_handle_at (#4988)
- NetBSD: Add
kinfo_file, kinfo_pcb, and related constants (#4985)
- OpenBSD: Add
kinfo_file and related constants (#4991)
- VxWorks: Add additional structs and defines (#5003)
- Various: Implement
Default for timeval and timespec (#4976)
Fixed
- Hexagon musl: Enable unstable 64-bit
time_t support and musl_v1_2_3 (#4992)
- Nintendo Switch: Fix target support (#4982)
- OpenBSD: Wrap an unused field in
Padding (#4997)
- Redox: Change
sigaction.sa_flags to c_int (#4986)
- Redox: Fix
blkcnt_t type (#4994)
Added
- Android, Linux: Add
tgkill (#4970)
- Redox: Add
RENAME_NOREPLACE (#4968)
- Redox: Add
renameat2 (#4968)
Added
- Apple: Add
MADV_ZERO (#4924)
- Redox: Add
makedev, major, and minor (#4928)
- GLibc: Add
PTRACE_SET_SYSCALL_INFO (#4933)
- OpenBSD: Add more kqueue related constants for (#4945)
- Linux: add CAN error types (#4944)
- OpenBSD: Add siginfo_t::si_status (#4946)
- QNX NTO: Add
max_align_t (#4927)
- Illumos: Add
_CS_PATH (#4956)
- OpenBSD: add
ppoll (#4957)
Fixed
- breaking: Redox: Fix the type of dev_t (#4928)
- AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (#4931)
- AIX: Use 'struct st_timespec' in 'struct stat{,64}' (#4931)
- Glibc: Link old version of
tc{g,s}etattr (#4938)
- Glibc: Link the correct version of
cf{g,s}et{i,o}speed on mips{32,64}r6 (#4938)
- OpenBSD: Fix constness of tm.tm_zone (#4948)
... (truncated)
Commits
5660e6f chore: Release libc 0.2.183
8b439b7 allow unused link_cfg feature in rustc-dep-of-std
e6436dc Adding structs and defines for vxworks
e9cca04 Linux: add name_to_handle_at and open_by_handle_at
af8b812 linux: relocate PIDFD definitions to src/new
d0bd7e2 NetBSD: add kinfo_file, kinfo_pcb structures and related constants
17f5cce build(deps): bump actions/upload-artifact from 6 to 7
62c89e8 OpenBSD: Wrap an unused field in Padding
82cb126 enable musl32_time64 and musl_v1_2_3 for hexagon
e7f9902 redox: fix blkcnt_t type
- Additional commits viewable in compare view
Dependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps libc from 0.2.178 to 0.2.183.
Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
5660e6fchore: Release libc 0.2.1838b439b7allow unused link_cfg feature in rustc-dep-of-stde6436dcAdding structs and defines for vxworkse9cca04Linux: addname_to_handle_atandopen_by_handle_ataf8b812linux: relocate PIDFD definitions to src/newd0bd7e2NetBSD: add kinfo_file, kinfo_pcb structures and related constants17f5ccebuild(deps): bump actions/upload-artifact from 6 to 762c89e8OpenBSD: Wrap an unused field inPadding82cb126enable musl32_time64 and musl_v1_2_3 for hexagone7f9902redox: fix blkcnt_t typeDependabot compatibility score
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)