Skip to content

Support AArch64 ILP32

Frank Schaefer requested to merge kelledin/libbsd:aarch64-ilp32 into master

ILP32 is kind of a thing now on AArch64, so let's support it.

Without this fix, test/nlist in particular fails on AArch64 ILP32 (for obvious reasons).

Merge request reports