mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Remove dollars from system call support symbols
This commit is contained in:
parent
a8d7195777
commit
a37960a3af
743 changed files with 1380 additions and 2016 deletions
2
third_party/dlmalloc/dlmalloc.c
vendored
2
third_party/dlmalloc/dlmalloc.c
vendored
|
@ -836,7 +836,7 @@ textstartup void dlmalloc_init(void) {
|
|||
if (g_mparams.magic == 0) {
|
||||
size_t magic;
|
||||
size_t psize = PAGESIZE;
|
||||
size_t gsize = MAX(g_ntsysteminfo.dwAllocationGranularity, 64 * 1024);
|
||||
size_t gsize = MAX(__nt_systeminfo.dwAllocationGranularity, 64 * 1024);
|
||||
/* Sanity-check configuration:
|
||||
size_t must be unsigned and as wide as pointer type.
|
||||
ints must be at least 4 bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue