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

Fix undefined LINE_MAX on Android #54

Merged
merged 1 commit into from
Apr 16, 2022

Conversation

awakecoding
Copy link

I'm working on building libfido2 for different platforms, and while I have no idea if it's going to work on Android, I'm giving libudev-zero a try. The only compilation issue I faced was LINE_MAX being undefined, so I just added an ifndef for it, and use 2048 which is the value I have on Linux.

@illiliti illiliti merged commit 4a28cc5 into illiliti:master Apr 16, 2022
@illiliti
Copy link
Owner

Merged, thanks.

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