fa495d51b0
Spotted while debugging the strace 4.10 upgrade. Change-Id: I1af1be9c9440151f55f74a835e1df71529b0e4fe
16 lines
301 B
ArmAsm
16 lines
301 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(__statfs)
|
|
movl $__NR_statfs, %eax
|
|
syscall
|
|
cmpq $-MAX_ERRNO, %rax
|
|
jb 1f
|
|
negl %eax
|
|
movl %eax, %edi
|
|
call __set_errno_internal
|
|
1:
|
|
ret
|
|
END(__statfs)
|
|
.hidden __statfs
|