xiaoxiang781216 commented on a change in pull request #2954: URL: https://github.com/apache/incubator-nuttx/pull/2954#discussion_r586393187
########## File path: include/stdio.h ########## @@ -72,15 +72,15 @@ # define CONFIG_LIBC_TMPDIR "/tmp" #endif -#define P_tmpdir CONFIG_LIBC_TMPDIR +#define p_tmpdir CONFIG_LIBC_TMPDIR Review comment: we can't change P_tmpdir/L_tmpnam since both is defined by standard: https://pubs.opengroup.org/onlinepubs/9699919799/functions/tempnam.html ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org