blob: ef3d4a4c4dfe31fbfdadf8553d70a5d724bea87b [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
5ENTRY(fallocate)
Elliott Hughesf64b8ea2014-02-03 16:20:46 -08006 mov x8, __NR_fallocate
7 svc #0
8
Elliott Hughesf64b8ea2014-02-03 16:20:46 -08009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Elliott Hughesf64b8ea2014-02-03 16:20:46 -080012
13 ret
14END(fallocate)
15
Elliott Hughes986f9062014-02-18 16:42:36 -080016 .globl fallocate64
17 .equ fallocate64, fallocate