huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

Fix linux syscall numbers on AArch64 #80

Closed n8sh closed 4 years ago

n8sh commented 4 years ago

Linux syscall numbers are not the same on x86-64 and AArch64.

Heromyth commented 4 years ago

Thanks.