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 links to headers and/or documentation, 16preferably both --> 17 18# Checklist 19 20<!-- Please make sure the following has been done before submitting a PR, 21or mark it as a draft if you are not sure. --> 22 23- [ ] Relevant tests in `libc-test/semver` have been updated 24- [ ] No placeholder or unstable values like `*LAST` or `*MAX` are 25 included (see [#3131](https://github.com/rust-lang/libc/issues/3131)) 26- [ ] Tested locally (`cd libc-test && cargo test --target mytarget`); 27 especially relevant for platforms that may not be checked in CI 28