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

Allow for non glibc libc. #256

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

ptsneves
Copy link

Some of the headers used are glibc specific and they needed to be tuned.
Usage of __BEGIN_DECLS and __END_DECLS is not allowed even on glibc as it is a private header. Fixed it according to [1]

[1] https://wiki.musl-libc.org/faq.html#Q:-When-compiling-something-against-musl,-I-get-error-messages-about-%3Ccode%3Esys/cdefs.h%3C/code%3E

Some of the headers used are glibc specific and they
needed to be tuned.
Usage of __BEGIN_DECLS and __END_DECLS is not allowed
even on glibc as it is a private header. Fixed it according
to [1]

[1] https://wiki.musl-libc.org/faq.html#Q:-When-compiling-something-against-musl,-I-get-error-messages-about-%3Ccode%3Esys/cdefs.h%3C/code%3E
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.

1 participant