Donny9 commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947406721
##########
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:
don't need "# ifndef CONFIG_SCHED_WAITPID", keep align with line 92
--
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]