986f906710
Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
29 lines
561 B
ArmAsm
29 lines
561 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(fstat64)
|
|
pushl %ebx
|
|
pushl %ecx
|
|
.cfi_def_cfa_offset 8
|
|
.cfi_rel_offset ebx, 0
|
|
.cfi_rel_offset ecx, 4
|
|
mov 12(%esp), %ebx
|
|
mov 16(%esp), %ecx
|
|
movl $__NR_fstat64, %eax
|
|
int $0x80
|
|
cmpl $-MAX_ERRNO, %eax
|
|
jb 1f
|
|
negl %eax
|
|
pushl %eax
|
|
call __set_errno
|
|
addl $4, %esp
|
|
orl $-1, %eax
|
|
1:
|
|
popl %ecx
|
|
popl %ebx
|
|
ret
|
|
END(fstat64)
|
|
|
|
.globl fstat
|
|
.equ fstat, fstat64
|