blob: d8795ae1eda0be341c32d961c5466840afeb1a5c [file] [log] [blame]
Elliott Hughesf64b8ea2014-02-03 16:20:46 -08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
Dan Albertbc9f9f22014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughesf64b8ea2014-02-03 16:20:46 -08007ENTRY(fallocate)
Elliott Hughesf64b8ea2014-02-03 16:20:46 -08008 mov x8, __NR_fallocate
9 svc #0
10
Elliott Hughesf64b8ea2014-02-03 16:20:46 -080011 cmn x0, #(MAX_ERRNO + 1)
12 cneg x0, x0, hi
13 b.hi __set_errno
14
15 ret
16END(fallocate)
17
Elliott Hughes986f9062014-02-18 16:42:36 -080018 .globl fallocate64
19 .equ fallocate64, fallocate