Commit 0f1171c
authored
Update Rust crate libc to 0.2.182 (#3061)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [libc](https://redirect.github.com/rust-lang/libc) |
workspace.dependencies | patch | `0.2.180` -> `0.2.182` |
---
### Release Notes
<details>
<summary>rust-lang/libc (libc)</summary>
###
[`v0.2.182`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.182)
[Compare
Source](https://redirect.github.com/rust-lang/libc/compare/0.2.181...0.2.182)
##### Added
- Android, Linux: Add `tgkill`
([#​4970](https://redirect.github.com/rust-lang/libc/pull/4970))
- Redox: Add `RENAME_NOREPLACE`
([#​4968](https://redirect.github.com/rust-lang/libc/pull/4968))
- Redox: Add `renameat2`
([#​4968](https://redirect.github.com/rust-lang/libc/pull/4968))
###
[`v0.2.181`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.181)
[Compare
Source](https://redirect.github.com/rust-lang/libc/compare/0.2.180...0.2.181)
##### Added
- Apple: Add `MADV_ZERO`
([#​4924](https://redirect.github.com/rust-lang/libc/pull/4924))
- Redox: Add `makedev`, `major`, and `minor`
([#​4928](https://redirect.github.com/rust-lang/libc/pull/4928))
- GLibc: Add `PTRACE_SET_SYSCALL_INFO`
([#​4933](https://redirect.github.com/rust-lang/libc/pull/4933))
- OpenBSD: Add more kqueue related constants for
([#​4945](https://redirect.github.com/rust-lang/libc/pull/4945))
- Linux: add CAN error types
([#​4944](https://redirect.github.com/rust-lang/libc/pull/4944))
- OpenBSD: Add siginfo\_t::si\_status
([#​4946](https://redirect.github.com/rust-lang/libc/pull/4946))
- QNX NTO: Add `max_align_t`
([#​4927](https://redirect.github.com/rust-lang/libc/pull/4927))
- Illumos: Add `_CS_PATH`
([#​4956](https://redirect.github.com/rust-lang/libc/pull/4956))
- OpenBSD: add `ppoll`
([#​4957](https://redirect.github.com/rust-lang/libc/pull/4957))
##### Fixed
- **Breaking**: Redox: Fix the type of `dev_t`
([#​4928](https://redirect.github.com/rust-lang/libc/pull/4928))
- AIX: Change 'tv\_nsec' of 'struct timespec' to type 'c\_long'
([#​4931](https://redirect.github.com/rust-lang/libc/pull/4931))
- AIX: Use 'struct st\_timespec' in 'struct stat{,64}'
([#​4931](https://redirect.github.com/rust-lang/libc/pull/4931))
- Glibc: Link old version of `tc{g,s}etattr`
([#​4938](https://redirect.github.com/rust-lang/libc/pull/4938))
- Glibc: Link the correct version of `cf{g,s}et{i,o}speed` on
mips{32,64}r6
([#​4938](https://redirect.github.com/rust-lang/libc/pull/4938))
- OpenBSD: Fix constness of tm.tm\_zone
([#​4948](https://redirect.github.com/rust-lang/libc/pull/4948))
- OpenBSD: Fix the definition of `ptrace_thread_state`
([#​4947](https://redirect.github.com/rust-lang/libc/pull/4947))
- QuRT: Fix type visibility and defs
([#​4932](https://redirect.github.com/rust-lang/libc/pull/4932))
- Redox: Fix values for `PTHREAD_MUTEX_{NORMAL, RECURSIVE}`
([#​4943](https://redirect.github.com/rust-lang/libc/pull/4943))
- Various: Mark additional fields as private padding
([#​4922](https://redirect.github.com/rust-lang/libc/pull/4922))
##### Changed
- Fuchsia: Update `SO_*` constants
([#​4937](https://redirect.github.com/rust-lang/libc/pull/4937))
- Revert "musl: convert inline timespecs to timespec" (resolves build
issues on targets only supported by Musl 1.2.3+ )
([#​4958](https://redirect.github.com/rust-lang/libc/pull/4958))
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->1 parent b57da53 commit 0f1171c
3 files changed
+22
-22
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments