blob: c2c71013596aa5925633d50b80b3f55c898a4f68 [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
Christopher Ferrisf5a91232016-04-27 18:31:02 -07007 .cfi_register r7, ip
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08008 ldr r7, =__NR_fstat64
9 swi #0
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +010010 mov r7, ip
Christopher Ferrisf5a91232016-04-27 18:31:02 -070011 .cfi_restore r7
Elliott Hughes9aceab52013-03-12 14:57:30 -070012 cmn r0, #(MAX_ERRNO + 1)
13 bxls lr
14 neg r0, r0
Elliott Hughes011e1112014-09-08 15:25:01 -070015 b __set_errno_internal
Elliott Hughesdb1ea342014-01-17 18:42:49 -080016END(fstat64)
17
Christopher Ferrisfa5faa02015-03-24 16:50:46 -070018ALIAS_SYMBOL(fstat, fstat64)