acassis commented on code in PR #8112:
URL: https://github.com/apache/nuttx/pull/8112#discussion_r1070301855
##########
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:
Please define something like DEFAULT_MM_PGSIZE and return it.
--
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]