Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintain consistent syscall naming across arm architecture
ARM uses unique naming conventions for certain syscalls, but we should avoid adopting these. Specifically, fadvise64_64 will not be renamed to arm_fadvise64_64, and sync_file_range will not be renamed to arm_sync_file_range. This ensures uniform naming for the same syscalls across different architectures.
- Loading branch information