# Pastebin kijtWPzM #if defined(__aarch64__) { /* personality() is the most reliable way (since 4.7) * to determine aarch32 support */ int pers = personality(PER_LINUX32); if (pers != -1) { personality(pers); ar->bit32 = 1; } ar->bit64 = 1; } #endif