*** linux-user/syscall.c~ 2017-03-04 10:31:14.000000000 -0600 --- linux-user/syscall.c 2017-03-07 17:08:24.615399116 -0600 *************** *** 9913,9921 **** #endif #ifdef TARGET_NR_getdents case TARGET_NR_getdents: #ifdef __NR_getdents ! #if TARGET_ABI_BITS == 32 && HOST_LONG_BITS == 64 { struct target_dirent *target_dirp; struct linux_dirent *dirp; abi_long count = arg3; --- 9913,9921 ---- #endif #ifdef TARGET_NR_getdents case TARGET_NR_getdents: #ifdef __NR_getdents ! #if TARGET_ABI_BITS != HOST_LONG_BITS { struct target_dirent *target_dirp; struct linux_dirent *dirp; abi_long count = arg3;