xiaoxiang781216 commented on code in PR #8112:
URL: https://github.com/apache/nuttx/pull/8112#discussion_r1070317444
##########
libs/libc/unistd/lib_sysconf.c:
##########
@@ -229,7 +229,7 @@ long sysconf(int name)
#ifdef CONFIG_MM_PGSIZE
return CONFIG_MM_PGSIZE;
#else
- return 1;
+ return 4096;
Review Comment:
Done.
--
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]