mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The definition of libc::SYS_ftruncate on AArch64 is different from that on x86_64. This commit unifies the previously hard-coded syscall number for AArch64. Signed-off-by: Henry Wang <Henry.Wang@arm.com>