blob: f4c13c7a48838aa1958b30461684f9258eb79d7f [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughescda62092013-03-22 13:50:44 -07003#include <asm/unistd.h>
Elliott Hughes9aceab52013-03-12 14:57:30 -07004#include <linux/err.h>
Kenny Rootfb723c82011-02-17 10:47:44 -08005#include <machine/asm.h>
David 'Digit' Turnera3ae60d2010-09-27 17:28:38 +02006
Kenny Rootfb723c82011-02-17 10:47:44 -08007ENTRY(fdatasync)
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +01008 mov ip, r7
David 'Digit' Turnera3ae60d2010-09-27 17:28:38 +02009 ldr r7, =__NR_fdatasync
10 swi #0
Matthieu Castetfaa0fdb2013-01-16 14:02:50 +010011 mov r7, ip
Elliott Hughes9aceab52013-03-12 14:57:30 -070012 cmn r0, #(MAX_ERRNO + 1)
13 bxls lr
14 neg r0, r0
15 b __set_errno
Kenny Rootfb723c82011-02-17 10:47:44 -080016END(fdatasync)