986f906710
Change-Id: Ide367c2b65071388bd95fbc81a4ed6ae94aec4e4
24 lines
455 B
ArmAsm
24 lines
455 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(truncate)
|
|
stp x29, x30, [sp, #-16]!
|
|
mov x29, sp
|
|
str x8, [sp, #-16]!
|
|
|
|
mov x8, __NR_truncate
|
|
svc #0
|
|
|
|
ldr x8, [sp], #16
|
|
ldp x29, x30, [sp], #16
|
|
|
|
cmn x0, #(MAX_ERRNO + 1)
|
|
cneg x0, x0, hi
|
|
b.hi __set_errno
|
|
|
|
ret
|
|
END(truncate)
|
|
|
|
.globl truncate64
|
|
.equ truncate64, truncate
|