blob: 4eceb8f5d4e13c3d7edcf0e747fdf2f562ebbee0 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08004
Elliott Hughesdb1ea342014-01-17 18:42:49 -08005ENTRY(fstat64)
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01006 mov ip, r7
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08007 ldr r7, =__NR_fstat64
8 swi #0
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01009 mov r7, ip
Elliott Hughes9aceab52013-03-12 14:57:30 -070010 cmn r0, #(MAX_ERRNO + 1)
11 bxls lr
12 neg r0, r0
13 b __set_errno
Elliott Hughesdb1ea342014-01-17 18:42:49 -080014END(fstat64)
15
16 .globl _C_LABEL(fstat)
17 .equ _C_LABEL(fstat), _C_LABEL(fstat64)