-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.2] Define c_char at top-level and remove per-target c_char definitions #4214
[0.2] Define c_char at top-level and remove per-target c_char definitions #4214
Conversation
@tgross35: no appropriate reviewer found, use |
As for 0.2, we also need to remove c_char from src/psp.rs, like https://github.com/rust-lang/libc/pull/4203/files#diff-0abdf4e9d0e64b993ee63247b3ed855cbf4c6e795b7982a371e9576b78f61c50. |
Thanks, added 50f82ad to address this. |
Pull Request is not mergeable
Pull Request is not mergeable
Pull Request is not mergeable
Pull Request is not mergeable
Merge already, or at least notify me when you don't want to... |
(backport <rust-lang#4202>) (cherry picked from commit 0a02b94)
The exception was added after the PR with 0a02b94 ("Define c_char at top-level...") was posted. Remove this skip since the same commit makes it no longer relevant. (backport <rust-lang#4202>) (cherry picked from commit 2bb023e)
ef8c0f3 ("Define c_char at top-level...") removes the need for per-OS definitions of `c_char`. Remove the definition of `c_char` from PEP, which as not covered in the backport (as this module does not exist on `main`). Suggested-by: Taiki Endo <[email protected]>
50f82ad
to
37ac889
Compare
Backport #4202