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
|
@ -48,7 +48,7 @@ abort: push %rbp
|
|||
pop (%rsi)
|
||||
xor %edx,%edx # don't care about old sigmask
|
||||
pushpop 4*4,%r10 # sizeof(sigset_t) for systemd
|
||||
mov __NR_sigprocmask,%eax # sigprocmask$sysv is hookable
|
||||
mov __NR_sigprocmask,%eax # sys_sigprocmask is hookable
|
||||
syscall
|
||||
mov __NR_getpid,%eax
|
||||
syscall
|
||||
|
@ -56,5 +56,5 @@ abort: push %rbp
|
|||
mov SIGABRT,%esi
|
||||
mov __NR_kill,%eax
|
||||
syscall # avoid hook and less bt noise
|
||||
2: call abort$nt
|
||||
2: call sys_abort_nt
|
||||
.endfn abort,globl,protected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue