blob: f7c9f5447a22ce6491e54889262323b2b384f946 [file] [log] [blame]
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01004
Elliott Hughesdb1ea342014-01-17 18:42:49 -08005ENTRY(fstat64)
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01006 mov x8, __NR_fstat
7 svc #0
8
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Serban Constantinescu7f8863d2013-10-10 23:05:06 +010012
13 ret
Elliott Hughesdb1ea342014-01-17 18:42:49 -080014END(fstat64)
15
Christopher Ferrisfa5faa02015-03-24 16:50:46 -070016ALIAS_SYMBOL(fstat, fstat64)