Skip to content
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

use core::ffi::{c_int, c_uint} in favor of libc #126

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

folkertdev
Copy link
Collaborator

libc does not expose those types for some targets (notable wasm32-unknown-unknown).

Turns out that the main crate only needed libc for these types, so the whole dependency can go here (but of course libc is still used by either bzip2-sys or libbz2-rs-sys.

libc does not expose those types for some targets (notable wasm32-unknown-unknown)
@folkertdev folkertdev requested a review from bjorn3 December 27, 2024 17:45
@folkertdev folkertdev merged commit 3f84eaf into master Dec 27, 2024
22 checks passed
@folkertdev folkertdev mentioned this pull request Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants