Fix sigsuspend() and sigprocmask() on OpenBSD
Test reliability is now iron clad.
This commit is contained in:
2
libc/sysv/calls/__sys_sigprocmask.s
Normal file
2
libc/sysv/calls/__sys_sigprocmask.s
Normal file
@@ -0,0 +1,2 @@
|
||||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall __sys_sigprocmask 0x125030154203000e globl hidden
|
||||
2
libc/sysv/calls/__sys_sigsuspend.s
Normal file
2
libc/sysv/calls/__sys_sigsuspend.s
Normal file
@@ -0,0 +1,2 @@
|
||||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall __sys_sigsuspend 0x12606f155206f082 globl hidden
|
||||
@@ -1,2 +0,0 @@
|
||||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_sigprocmask 0x125030154203000e globl hidden
|
||||
@@ -1,2 +0,0 @@
|
||||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_sigsuspend 0x12606f155206f082 globl hidden
|
||||
Reference in New Issue
Block a user