Revision bedf26e6

b/linux-user/syscall.c
4424 4424
                    }
4425 4425
                else
4426 4426
                    ret = get_errno(readlink(path(p), p2, arg3));
4427
                break;
4428 4427
            }
4429 4428
            unlock_user(p2, arg2, ret);
4430 4429
            unlock_user(p, arg1, 0);

Also available in: Unified diff