blob: 3092b3414ee6b6cab112b696ebd2fa32d23a9ed2 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(fallocate)
mov x8, __NR_fallocate
svc #0
cmn x0, #(MAX_ERRNO + 1)
cneg x0, x0, hi
b.hi __set_errno
ret
END(fallocate)
.globl fallocate64
.equ fallocate64, fallocate