mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 19:58:30 +00:00
Implement sigpending for sysv and nt (#597)
This commit is contained in:
parent
4339d9f15e
commit
a849a63771
9 changed files with 186 additions and 3 deletions
|
@ -1,2 +0,0 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sigpending,0x124034034203407f,globl
|
2
libc/sysv/calls/sys_sigpending.s
Normal file
2
libc/sysv/calls/sys_sigpending.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_sigpending,0x124034157203407f,globl,hidden
|
Loading…
Add table
Add a link
Reference in a new issue