Revision ed18c5ce linux-user/syscall.c

b/linux-user/syscall.c
4021 4021
    } else
4022 4022
#endif
4023 4023
    {
4024
#if (TARGET_LONG_BITS == 64) && (!defined(TARGET_ALPHA))
4024
#if TARGET_ABI_BITS == 64 && !defined(TARGET_ALPHA)
4025 4025
        struct target_stat *target_st;
4026 4026
#else
4027 4027
        struct target_stat64 *target_st;

Also available in: Unified diff