mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +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
|
@ -47,7 +47,7 @@ forceinline typeof(OfferVirtualMemory) *GetOfferVirtualMemory(void) {
|
|||
return OfferVirtualMemory_;
|
||||
}
|
||||
|
||||
textwindows int madvise$nt(void *addr, size_t length, int advice) {
|
||||
textwindows int sys_madvise_nt(void *addr, size_t length, int advice) {
|
||||
uint32_t rangecount;
|
||||
struct NtMemoryRangeEntry ranges[1];
|
||||
if ((advice & (int)MADV_WILLNEED) == (int)MADV_WILLNEED ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue