Skip to content
Snippets Groups Projects
Commit ee0e6183 authored by Glauber Costa's avatar Glauber Costa Committed by Pekka Enberg
Browse files

signals: implement sigwait


MongoDB will call sigwait and expect the process to actually stop, so we can't
stub them. Also, some of its features may depend on the fact that the program
will resume after a wait if a signal actually reaches it, (for cleanup and
whatever).

So let's come up with an actual implementation.

Signed-off-by: default avatarGlauber Costa <glommer@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 6613c1ec
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment