Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
fa5faa0ce6deba5ad9c96fe5cf74e63e4a6edfb3
/
.
/
libc
/
arch-arm64
/
syscalls
/
truncate.S
blob: e01cc7d2eaea4c56eb29e94a55f85c64fd7a01f7 [
file
] [
log
] [
blame
]
/*
Generated by gensyscalls.py. Do not edit.
*/
#include <private/bionic_asm.h>
ENTRY
(
truncate
)
mov x8
,
__NR_truncate
svc
#0
cmn x0
,
#(MAX_ERRNO + 1)
cneg x0
,
x0
,
hi
b.hi __set_errno_internal
ret
END
(
truncate
)
ALIAS_SYMBOL
(
truncate64
,
truncate
)