Re: [PR] lib_memfd: turn a runtime error into a linker error [nuttx]

2023-10-11 Thread via GitHub
xiaoxiang781216 merged PR #10891: URL: https://github.com/apache/nuttx/pull/10891 -- 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-unsubscr...@nu

Re: [PR] lib_memfd: turn a runtime error into a linker error [nuttx]

2023-10-11 Thread via GitHub
xiaoxiang781216 commented on code in PR #10891: URL: https://github.com/apache/nuttx/pull/10891#discussion_r1354476573 ## libs/libc/misc/lib_memfd.c: ## @@ -73,3 +74,4 @@ int memfd_create(FAR const char *name, unsigned int flags) return ret; #endif } +#endif Review Comment