mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
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:
parent
495ffad867
commit
5995e04dde
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ syscall_list! {
|
|||
alarm => Alarm,
|
||||
setitimer => Setitimer,
|
||||
getpid => Getpid,
|
||||
#[cfg(not(target_arch = "aarch64"))]
|
||||
sendfile => Sendfile,
|
||||
socket => Socket,
|
||||
connect => Connect,
|
||||
|
|
Loading…
Reference in a new issue