On 03.03.2012 00:31, Hector Oron wrote:
> +--- qemu-1.0+dfsg.orig/linux-user/syscall.c
> ++++ qemu-1.0+dfsg/linux-user/syscall.c
> +@@ -6853,6 +6853,30 @@ abi_long do_syscall(void *cpu_env, int n
> +                         goto efault;
> +                 }
> +                 break;
> ++#ifdef PR_GET_NAME
> ++        case PR_GET_NAME:
> ++        {
> ++            void *name = lock_user(VERIFY_WRITE, arg2, 16, 1);
> ++            if (!name) {

What it has to do with arm?  It looks like generic linux-user
emulation layer enhancement, no?

/mjt



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to