986f906710
Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
20 lines
367 B
ArmAsm
20 lines
367 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(pwrite64)
|
|
movq %rcx, %r10
|
|
movl $__NR_pwrite64, %eax
|
|
syscall
|
|
cmpq $-MAX_ERRNO, %rax
|
|
jb 1f
|
|
negl %eax
|
|
movl %eax, %edi
|
|
call __set_errno
|
|
orq $-1, %rax
|
|
1:
|
|
ret
|
|
END(pwrite64)
|
|
|
|
.globl pwrite
|
|
.equ pwrite, pwrite64
|