reverie-syscalls: Fix Sendfile missing from aarch64

Summary: `sendfile` is available on aarch64, so this was a mistake.

Differential Revision: D41590782

fbshipit-source-id: 6e704bc0c3358c232768a5382c7b5435445c3976
This commit is contained in:
Jason White 2022-11-29 15:58:23 -08:00 committed by Facebook GitHub Bot
parent 495ffad867
commit 5995e04dde

View file

@ -122,7 +122,6 @@ syscall_list! {
alarm => Alarm,
setitimer => Setitimer,
getpid => Getpid,
#[cfg(not(target_arch = "aarch64"))]
sendfile => Sendfile,
socket => Socket,
connect => Connect,