From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932316AbcFUIeP (ORCPT ); Tue, 21 Jun 2016 04:34:15 -0400 Received: from mx2.suse.de ([195.135.220.15]:53192 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752613AbcFUIdp (ORCPT ); Tue, 21 Jun 2016 04:33:45 -0400 From: Andreas Schwab To: Yury Norov Cc: , , , , , , , , , , , Andrew Pinski Subject: Re: [PATCH 19/27] [AARCH64] Add typesizes.h for ILP32 References: <1466485631-3532-1-git-send-email-ynorov@caviumnetworks.com> <1466485631-3532-21-git-send-email-ynorov@caviumnetworks.com> X-Yow: I'm working under the direct orders of WAYNE NEWTON to deport consenting adults! Date: Tue, 21 Jun 2016 09:58:35 +0200 In-Reply-To: <1466485631-3532-21-git-send-email-ynorov@caviumnetworks.com> (Yury Norov's message of "Tue, 21 Jun 2016 08:07:03 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yury Norov writes: > diff --git a/sysdeps/unix/sysv/linux/sysdep-vdso.h b/sysdeps/unix/sysv/linux/sysdep-vdso.h > index e8c4a7b..351d6bb 100644 > --- a/sysdeps/unix/sysv/linux/sysdep-vdso.h > +++ b/sysdeps/unix/sysv/linux/sysdep-vdso.h > @@ -37,7 +37,7 @@ > __label__ out; \ > __label__ iserr; \ > INTERNAL_SYSCALL_DECL (sc_err); \ > - long int sc_ret; \ > + __syscall_slong_t sc_ret; \ > \ > __typeof (__vdso_##name) vdsop = __vdso_##name; \ > PTR_DEMANGLE (vdsop); \ > @@ -64,7 +64,7 @@ > # define INTERNAL_VSYSCALL(name, err, nr, args...) \ > ({ \ > __label__ out; \ > - long v_ret; \ > + __syscall_slong_t v_ret; \ > \ > __typeof (__vdso_##name) vdsop = __vdso_##name; \ > PTR_DEMANGLE (vdsop); \ That part should have no effect now that __SYSCALL_SLONG_TYPE remains to be long. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."