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

sys/wait.h inclusion on Android #5

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

sys/wait.h inclusion on Android #5

paddybyers opened this issue Oct 19, 2011 · 1 comment

Comments

@paddybyers
Copy link
Owner

node_child_process.cc assumes sys/wait.h is applicable only for [Free|Open]BSD but it is also required for Android.

Suggested change is to add Android-specific condition:

d97ef30

(it's confusing unless you also see:

8ada91d )

@paddybyers
Copy link
Owner Author

This is no longer an issue for master.

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