]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-arm64/syscalls/pwrite64.S
am e365f284: am f27cc051: am 806f3bd7: Upgrade to tzdata2013i.
[android-sdk/platform-bionic.git] / libc / arch-arm64 / syscalls / pwrite64.S
1 /* Generated by gensyscalls.py. Do not edit. */
3 #include <private/bionic_asm.h>
5 ENTRY(pwrite64)
6     stp     x29, x30, [sp, #-16]!
7     mov     x29,  sp
8     str     x8,       [sp, #-16]!
10     mov     x8, __NR_pwrite64
11     svc     #0
13     ldr     x8,       [sp], #16
14     ldp     x29, x30, [sp], #16
16     cmn     x0, #(MAX_ERRNO + 1)
17     cneg    x0, x0, hi
18     b.hi    __set_errno
20     ret
21 END(pwrite64)
23     .globl pwrite
24     .equ pwrite, pwrite64