Add XNU magnums for preadv() and writev()

Apple introduced support sometime between 2018 and 2020.
This commit is contained in:
Justine Tunney 2022-04-12 01:07:47 -07:00
parent e500e8fb48
commit f68f1789bd
5 changed files with 6 additions and 6 deletions

View file

@ -1,2 +1,2 @@
.include "o/libc/sysv/macros.internal.inc"
.scall sys_preadv,0x12110b121ffff127,globl,hidden
.scall sys_preadv,0x12110b121221c127,globl,hidden

View file

@ -1,2 +1,2 @@
.include "o/libc/sysv/macros.internal.inc"
.scall sys_pwritev,0x12210c122ffff128,globl,hidden
.scall sys_pwritev,0x12210c122221d128,globl,hidden