We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0dcb8 commit 487ede6Copy full SHA for 487ede6
signals/sigqueue.c
@@ -70,8 +70,8 @@ main(int argc, char **argv)
70
/*
71
* We should block SIGINT in the parent and unblock it in the
72
* child only after the handler is set otherwise the signal will
73
- * terminate the child before it can setup the handler. Use
74
- * sleep as a crude way to avoid this.
+ * terminate the child before it can setup the handler.
+ * Use sleep as a crude way to avoid this.
75
*/
76
printf("%d sleeping 1 second\n", getpid());
77
sleep(1);
0 commit comments