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

Android does not support getgrnam_r and friends #3

Open
paddybyers opened this issue Oct 19, 2011 · 1 comment
Open

Android does not support getgrnam_r and friends #3

paddybyers opened this issue Oct 19, 2011 · 1 comment

Comments

@paddybyers
Copy link
Owner

Android only supports the "non-reentrant" variants of these calls.

Suggest adding a configure option to enable use of these variants.

Suggested change here:

25d1b16

@paddybyers
Copy link
Owner Author

The corresponding change for master:

e7c0a69

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

1 participant