From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDxmE-00010I-78 for qemu-devel@nongnu.org; Wed, 02 May 2018 15:50:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDxmB-0007bI-49 for qemu-devel@nongnu.org; Wed, 02 May 2018 15:50:58 -0400 Received: from mail-pg0-x22a.google.com ([2607:f8b0:400e:c05::22a]:33512) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDxmA-0007am-Tn for qemu-devel@nongnu.org; Wed, 02 May 2018 15:50:55 -0400 Received: by mail-pg0-x22a.google.com with SMTP id i194-v6so11390231pgd.0 for ; Wed, 02 May 2018 12:50:54 -0700 (PDT) References: <20180502182552.2892-1-laurent@vivier.eu> From: Richard Henderson Message-ID: Date: Wed, 2 May 2018 12:50:51 -0700 MIME-Version: 1.0 In-Reply-To: <20180502182552.2892-1-laurent@vivier.eu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] linux-user: remove useless padding in flock64 structure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: Riku Voipio On 05/02/2018 11:25 AM, Laurent Vivier wrote: > --- a/linux-user/arm/target_structs.h > +++ b/linux-user/arm/target_structs.h > @@ -49,4 +49,13 @@ struct target_shmid_ds { > abi_ulong __unused5; > }; > > +#if defined(TARGET_ABI32) > +struct target_oabi_flock64 { Isn't ABI32 implied by the header? I.e. ABI64 would use linux-user/aarch64/target_structs.h? r~