1<!-- Thank you for submitting a PR!
2
3We have the contribution guide, please read it if you are new here!
4<https://github.com/rust-lang/libc/blob/main/CONTRIBUTING.md>
5
6Please fill out the below template.
7-->
8
9# Description
10
11<!-- Add a short description about what this change does -->
12
13# Sources
14
15<!-- All API changes must have permalinks to headers. Common sources:
16
17* Linux uapi https://github.com/torvalds/linux/tree/master/include/uapi
18* Glibc https://github.com/bminor/glibc
19* Musl https://github.com/bminor/musl
20* Apple XNU https://github.com/apple-oss-distributions/xnu
21* Android https://cs.android.com/android/platform/superproject/main
22
23After navigating to the relevant file, click the triple dots and select "copy
24permalink" if on GitHub, or l-r (links->commit) for the Android source to get a
25link to the current version of the header.
26
27If sources are closed, link to documentation or paste relevant C definitions.
28-->
29
30# Checklist
31
32<!-- Please make sure the following has been done before submitting a PR,
33or mark it as a draft if you are not sure. -->
34
35- [ ] Relevant tests in `libc-test/semver` have been updated
36- [ ] No placeholder or unstable values like `*LAST` or `*MAX` are
37  included (see [#3131](https://github.com/rust-lang/libc/issues/3131))
38- [ ] Tested locally (`cd libc-test && cargo test --target mytarget`);
39  especially relevant for platforms that may not be checked in CI
40
41<!-- labels: is this PR a breaking change? If not, we can probably get it in a
420.2 release. Just uncomment the following:
43
44@rustbot label +stable-nominated
45-->
46