acassis commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947007371
##########
nshlib/nsh_builtin.c:
##########
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
- sigaction(SIGCHLD, &old, NULL);
+# ifndef CONFIG_SCHED_WAITPID
Review Comment:
Please update the above commit to reflect this modification
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]