platform_bionic/libc/arch-arm/syscalls/fstatat64.S
Elliott Hughes 986f906710 Fix build by avoiding the _C_LABEL macro.
Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
2014-02-18 16:42:36 -08:00

17 lines
338 B
ArmAsm

/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(fstatat64)
mov ip, r7
ldr r7, =__NR_fstatat64
swi #0
mov r7, ip
cmn r0, #(MAX_ERRNO + 1)
bxls lr
neg r0, r0
b __set_errno
END(fstatat64)
.globl fstatat
.equ fstatat, fstatat64