xiaoxiang781216 commented on code in PR #19122: URL: https://github.com/apache/nuttx/pull/19122#discussion_r3407411115
########## binfmt/binfmt_checkexec.c: ########## @@ -26,56 +26,81 @@ #include <nuttx/config.h> +#include <sys/stat.h> +#include <errno.h> + +#include <nuttx/sched.h> +#include <nuttx/binfmt/binfmt.h> + +#include "binfmt.h" + +#ifndef CONFIG_BINFMT_DISABLE +#ifdef CONFIG_SCHED_USER_IDENTITY Review Comment: remove both check -- 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]
