Fix typos

This commit is contained in:
Yoshinori Sugino
2020-10-29 09:12:53 +09:00
committed by Xiang Xiao
parent a22f5bb8b0
commit 04c0055355
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -213,7 +213,7 @@
/* struct sigaction flag values */
#define SA_NOCLDSTOP (1 << 0) /* Do not generate SIGCHILD when
#define SA_NOCLDSTOP (1 << 0) /* Do not generate SIGCHLD when
* children stop (ignored) */
#define SA_SIGINFO (1 << 1) /* Invoke the signal-catching function
* with 3 args instead of 1