Revision c5937220 linux-user/syscall.c

b/linux-user/syscall.c
2861 2861
                /* Overrite the native machine name with whatever is being
2862 2862
                   emulated. */
2863 2863
                strcpy (buf->machine, UNAME_MACHINE);
2864
                /* Allow the user to override the reported release.  */
2865
                if (qemu_uname_release && *qemu_uname_release)
2866
                  strcpy (buf->release, qemu_uname_release);
2864 2867
            }
2865 2868
            unlock_user_struct(buf, arg1, 1);
2866 2869
        }

Also available in: Unified diff