fxysunshine commented on code in PR #2205:
URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1421694697


##########
testing/ostest/sighand.c:
##########
@@ -128,7 +128,7 @@ static void wakeup_action(int signo, siginfo_t *info, void 
*ucontext)
     }
 }
 
-static int waiter_main(int argc, char *argv[])
+static void *waiter_main(FAR void *parm)

Review Comment:
   global variable to check status, but invalid in kernel mode
   https://github.com/apache/nuttx-apps/blob/master/testing/ostest/sighand.c#L55



-- 
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]

Reply via email to