mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48: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
|
@ -52,7 +52,7 @@ static ssize_t splicer(int infd, int64_t *inoffset, int outfd,
|
|||
ssize_t splice(int infd, int64_t *inopt_out_inoffset, int outfd,
|
||||
int64_t *inopt_out_outoffset, size_t uptobytes, uint32_t flags) {
|
||||
return splicer(infd, inopt_out_inoffset, outfd, inopt_out_outoffset,
|
||||
uptobytes, flags, splice$sysv);
|
||||
uptobytes, flags, sys_splice);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -68,5 +68,5 @@ ssize_t copy_file_range(int infd, int64_t *inopt_out_inoffset, int outfd,
|
|||
int64_t *inopt_out_outoffset, size_t uptobytes,
|
||||
uint32_t flags) {
|
||||
return splicer(infd, inopt_out_inoffset, outfd, inopt_out_outoffset,
|
||||
uptobytes, flags, copy_file_range$sysv);
|
||||
uptobytes, flags, sys_copy_file_range);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue