You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/22 15:24:05 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6862: sched: Remove the unnecessary weak_function

xiaoxiang781216 commented on code in PR #6862:
URL: https://github.com/apache/incubator-nuttx/pull/6862#discussion_r951576919


##########
sched/signal/signal.h:
##########
@@ -147,7 +147,7 @@ struct task_group_s;
 
 /* sig_initializee.c */
 
-void weak_function nxsig_initialize(void);
+void               nxsig_initialize(void);

Review Comment:
   keep as before to align the code after line 154



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org