2014-02-04 01:20:46 +01:00
|
|
|
/* 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
|
2014-09-09 00:25:01 +02:00
|
|
|
b.hi __set_errno_internal
|
2014-02-04 01:20:46 +01:00
|
|
|
|
|
|
|
ret
|
|
|
|
END(fallocate)
|
|
|
|
|
2015-03-25 00:50:46 +01:00
|
|
|
ALIAS_SYMBOL(fallocate64, fallocate)
|