aboutsummaryrefslogblamecommitdiffstats
path: root/tests/cont.c
blob: 8eed336fc588aee2b5834303ff822b32dba57d4d (plain) (tree)
1
2
3
4
5
6
7
8







                                       
#include <signal.h>
#include <unistd.h>

int
main(void)
{
	return kill(getpid(), SIGCONT);
}