ab8b54101e
The syscall expects the size of the buffer as the second argument. Change-Id: I99ede2fec7fcd385ca03ff022c2cffa4297bea8d
19 lines
374 B
ArmAsm
19 lines
374 B
ArmAsm
/* autogenerated by gensyscalls.py */
|
|
#include <sys/linux-syscalls.h>
|
|
|
|
.text
|
|
.type __fstatfs64, #function
|
|
.globl __fstatfs64
|
|
.align 4
|
|
.fnstart
|
|
|
|
__fstatfs64:
|
|
.save {r4, r7}
|
|
stmfd sp!, {r4, r7}
|
|
ldr r7, =__NR_fstatfs64
|
|
swi #0
|
|
ldmfd sp!, {r4, r7}
|
|
movs r0, r0
|
|
bxpl lr
|
|
b __set_syscall_errno
|
|
.fnend
|