We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
λ> bash $ yes "" | make oldconfig scripts/kconfig/conf --oldconfig Kconfig # # configuration written to .config # $ exit λ> yes "" | make oldconfig scripts/kconfig/conf --oldconfig Kconfig # # configuration written to .config # ... command does't exit... ^CERROR: <interactive>:1:7: signal: interrupt|success
The text was updated successfully, but these errors were encountered:
@vitorarins need to use os.Wait(-1, 0) to get same semantic.of waitpid(WAIT_ANY, ...). Or do every wait in a separate goroutine: https://groups.google.com/forum/m/#!topic/golang-nuts/kaoPxl1L1SY
os.Wait(-1, 0)
waitpid(WAIT_ANY, ...)
Sorry, something went wrong.
Great! There's a guy in that thread saying that using wait with pid -1 might be dangerous, do you know anything about that?
unfortunately, no :/
No branches or pull requests
The text was updated successfully, but these errors were encountered: