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