You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/26 18:56:00 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3196: sched/signal: Implement SA_NODEFER

gustavonihei commented on a change in pull request #3196:
URL: https://github.com/apache/incubator-nuttx/pull/3196#discussion_r602523707



##########
File path: include/signal.h
##########
@@ -249,6 +249,14 @@
                                   * (always assumed) */
 #define SA_NOCLDWAIT    (1 << 2) /* If signo=SIGCHLD, exit status of child
                                   * processes will be discarded */
+#define SA_ONSTACK      (1 << 3) /* Inicates that a registered stack_t

Review comment:
       ```suggestion
   #define SA_ONSTACK      (1 << 3) /* Indicates that a registered stack_t
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org