anchao commented on code in PR #2990: URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947421936
########## 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: line 135 already have this check if CONFIG_SCHED_WAITPID is defined -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org