Add preadv/pwritev.
Bug: http://b/12612572 Change-Id: I38ff2684d69bd0fe3f21b1d371b88fa60d5421cb
This commit is contained in:
27
libc/arch-mips64/syscalls/preadv.S
Normal file
27
libc/arch-mips64/syscalls/preadv.S
Normal file
@@ -0,0 +1,27 @@
|
||||
/* Generated by gensyscalls.py. Do not edit. */
|
||||
|
||||
#include <private/bionic_asm.h>
|
||||
|
||||
ENTRY(preadv)
|
||||
.set push
|
||||
.set noreorder
|
||||
li v0, __NR_preadv
|
||||
syscall
|
||||
bnez a3, 1f
|
||||
move a0, v0
|
||||
j ra
|
||||
nop
|
||||
1:
|
||||
move t0, ra
|
||||
bal 2f
|
||||
nop
|
||||
2:
|
||||
.cpsetup ra, t1, 2b
|
||||
LA t9,__set_errno_internal
|
||||
.cpreturn
|
||||
j t9
|
||||
move ra, t0
|
||||
.set pop
|
||||
END(preadv)
|
||||
|
||||
ALIAS_SYMBOL(preadv64, preadv)
|
||||
27
libc/arch-mips64/syscalls/pwritev.S
Normal file
27
libc/arch-mips64/syscalls/pwritev.S
Normal file
@@ -0,0 +1,27 @@
|
||||
/* Generated by gensyscalls.py. Do not edit. */
|
||||
|
||||
#include <private/bionic_asm.h>
|
||||
|
||||
ENTRY(pwritev)
|
||||
.set push
|
||||
.set noreorder
|
||||
li v0, __NR_pwritev
|
||||
syscall
|
||||
bnez a3, 1f
|
||||
move a0, v0
|
||||
j ra
|
||||
nop
|
||||
1:
|
||||
move t0, ra
|
||||
bal 2f
|
||||
nop
|
||||
2:
|
||||
.cpsetup ra, t1, 2b
|
||||
LA t9,__set_errno_internal
|
||||
.cpreturn
|
||||
j t9
|
||||
move ra, t0
|
||||
.set pop
|
||||
END(pwritev)
|
||||
|
||||
ALIAS_SYMBOL(pwritev64, pwritev)
|
||||
Reference in New Issue
Block a user