Revision a541f297 linux-user/syscall.c

b/linux-user/syscall.c
2475 2475
        }
2476 2476
#endif
2477 2477
        break;
2478
#ifdef TARGET_NR_getdents64
2478 2479
    case TARGET_NR_getdents64:
2479 2480
        {
2480 2481
            struct dirent64 *dirp = (void *)arg2;
......
2498 2499
            }
2499 2500
        }
2500 2501
        break;
2502
#endif /* TARGET_NR_getdents64 */
2501 2503
    case TARGET_NR__newselect:
2502 2504
        ret = do_select(arg1, (void *)arg2, (void *)arg3, (void *)arg4, 
2503 2505
                        (void *)arg5);

Also available in: Unified diff