]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/arch-arm/syscalls/fstat.S
auto import from //depot/cupcake/@132589
[android-sdk/platform-bionic.git] / libc / arch-arm / syscalls / fstat.S
1 /* autogenerated by gensyscalls.py */
2 #include <sys/linux-syscalls.h>
4     .text
5     .type fstat, #function
6     .globl fstat
7     .align 4
8     .fnstart
10 fstat:
11     .save   {r4, r7}
12     stmfd   sp!, {r4, r7}
13     ldr     r7, =__NR_fstat64
14     swi     #0
15     ldmfd   sp!, {r4, r7}
16     movs    r0, r0
17     bxpl    lr
18     b       __set_syscall_errno
19     .fnend