Skip to content

Aarch64: Update syscall usage

Dan Robertson requested to merge dlrobertson:aarch64 into master

Don't use syscalls that are non-existent on Aarch64 linux boxes. The FORK and RMDIR syscalls are no longer present and the CLONE and UNLINKAT syscalls are used instead.

Merge request reports