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 487ede6 commit bae9009Copy full SHA for bae9009
signals/sigqueue.c
@@ -71,7 +71,7 @@ main(int argc, char **argv)
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.
74
- * Use sleep as a crude way to avoid this.
+ * Use sleep as a crude way to avoid this.
75
*/
76
printf("%d sleeping 1 second\n", getpid());
77
sleep(1);
0 commit comments