mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38: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
|
@ -28,5 +28,5 @@
|
|||
long ptrace(int request, int pid, void *addr, void *data) {
|
||||
/* TODO(jart): FreeBSD addr and data args are different */
|
||||
if (request == -1) return einval(); /* see consts.sh */
|
||||
return ptrace$sysv(request, pid, addr, data);
|
||||
return sys_ptrace(request, pid, addr, data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue