From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 13/21] mn10300: Use generic posix_types.h Date: Thu, 16 Feb 2012 13:44:00 +0000 Message-ID: <3355.1329399840@redhat.com> References: <1328677745-20121-14-git-send-email-hpa@zytor.com> <1328677745-20121-1-git-send-email-hpa@zytor.com> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50371 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752602Ab2BPNoO (ORCPT ); Thu, 16 Feb 2012 08:44:14 -0500 In-Reply-To: <1328677745-20121-14-git-send-email-hpa@zytor.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "H. Peter Anvin" Cc: dhowells@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds , Koichi Yasutake H. Peter Anvin wrote: > Change the mn10300 architecture to use . MN10300 exports __FD_SET() and co. to userspace under some circumstances, therefore this patch potentially breaks the userspace ABI. David