xiaoxiang781216 commented on code in PR #20130: URL: https://github.com/apache/nuttx/pull/20130#discussion_r4021812309
########## libs/libc/signal/sig_signal.c: ########## @@ -71,6 +71,10 @@ _sa_handler_t signal(int signo, _sa_handler_t func) DEBUGASSERT(func != SIG_ERR && func != SIG_HOLD); + /* Not resolved here. nxsig_action() resolves the handler, which covers Review Comment: yes. -- 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]
