mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix typos
This commit is contained in:
committed by
Xiang Xiao
parent
a22f5bb8b0
commit
04c0055355
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user