xiaoxiang781216 commented on code in PR #19900: URL: https://github.com/apache/nuttx/pull/19900#discussion_r3944909135
########## sched/group/group_create.c: ########## @@ -42,6 +41,10 @@ #include "group/group.h" #include "tls/tls.h" +#ifdef CONFIG_FS_CHROOT +# include "../../fs/fs_heap.h" Review Comment: should we continue use kmm_malloc/free instead? -- 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]
