Skip to content

Finalize Aarch64 support

Dan Robertson requested to merge dlrobertson:aarch64 into master

Update platform support for linux to avoid the use of syscalls not supported by Aarch64.

  • link, chown, and open should use fchownat, linkat, and openat with fd set to AT_FDCWD.
  • use dup3 instead of dup2.

NB: This changes the behaviour for all architectures

After updating va_list to my branch (thepowersgang/va_list-rs#9) that supports aarch64 I was able to run the tests.

2018-03-07-025130_swaygrab

Merge request reports