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

[Discussion] Portability of the libc crate #707

Closed
marmistrz opened this issue Aug 1, 2017 · 1 comment
Closed

[Discussion] Portability of the libc crate #707

marmistrz opened this issue Aug 1, 2017 · 1 comment

Comments

@marmistrz
Copy link
Contributor

Continuing the discussion from #699.

Summary of symptoms:

Basically, it's all fun and games while we're adding constants (#define). But when we need to expose a function from libc.so - we're doomed.

I suggested generating the bindings based on what's already installed on the system (e.g. with rust-bindgen)

marmistrz added a commit to marmistrz/libc that referenced this issue Aug 1, 2017
I'd rather avoid the duplication, this is discussed in rust-lang#707.
marmistrz added a commit to marmistrz/libc that referenced this issue Aug 1, 2017
I'd rather avoid the duplication, this is discussed in rust-lang#707.
bors added a commit that referenced this issue Aug 4, 2017
Port #672 and #686 to Android.

I'd rather avoid the duplication, but this is discussed in #707.
@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 22, 2018

Duplicate of #423 .

@gnzlbg gnzlbg closed this as completed Nov 22, 2018
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

No branches or pull requests

2 participants