blob: 37b47441ee504c39afaeea432b03570fd93cccaf [file] [log] [blame]
David 'Digit' Turner95d751f2010-12-16 16:47:14 +01001/* autogenerated by gensyscalls.py */
2#include <sys/linux-syscalls.h>
3
4 .text
5 .type ftruncate64, #function
6 .globl ftruncate64
7 .align 4
8 .fnstart
9
10ftruncate64:
11 .save {r4, r7}
12 stmfd sp!, {r4, r7}
13 ldr r7, =__NR_ftruncate64
14 swi #0
15 ldmfd sp!, {r4, r7}
16 movs r0, r0
17 bxpl lr
18 b __set_syscall_errno
19 .fnend