diff --git a/libs/libc/unistd/lib_sysconf.c b/libs/libc/unistd/lib_sysconf.c index aebedc34c3d..0c3b6138182 100644 --- a/libs/libc/unistd/lib_sysconf.c +++ b/libs/libc/unistd/lib_sysconf.c @@ -245,8 +245,7 @@ long sysconf(int name) #ifdef CONFIG_MM_PGSIZE return CONFIG_MM_PGSIZE; #else -#define PAGESIZE 4096 - return PAGESIZE; + return 1; #endif default: