mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 02:38:31 +00:00
Add XNU magnums for preadv() and writev()
Apple introduced support sometime between 2018 and 2020.
This commit is contained in:
parent
e500e8fb48
commit
f68f1789bd
5 changed files with 6 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_preadv,0x12110b121ffff127,globl,hidden
|
||||
.scall sys_preadv,0x12110b121221c127,globl,hidden
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.include "o/libc/sysv/macros.internal.inc"
|
||||
.scall sys_pwritev,0x12210c122ffff128,globl,hidden
|
||||
.scall sys_pwritev,0x12210c122221d128,globl,hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue