mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +00:00
Create variables for page size
This commit is contained in:
parent
23dfb79d33
commit
567d8fe32d
34 changed files with 137 additions and 101 deletions
|
@ -29,5 +29,5 @@
|
|||
* @see pvalloc()
|
||||
*/
|
||||
void *valloc(size_t n) {
|
||||
return memalign(getpagesize(), n);
|
||||
return memalign(__pagesize, n);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue