Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
6fb8e96e5f6ff2dd3b3aa8eda0a6766d6b3a63f2
/
.
/
libc
/
arch-arm64
/
syscalls
/
fstat64.S
blob: 85a07f5bd6591e48515af87928551f05e8144aae [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
fstat64
)
mov x8
,
__NR_fstat
svc
#0
cmn x0
,
#(MAX_ERRNO + 1)
cneg x0
,
x0
,
hi
b.hi __set_errno_internal
ret
END
(
fstat64
)
.globl fstat
.equ fstat
,
fstat64