From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cegaG-0007Vt-0d for qemu-devel@nongnu.org; Fri, 17 Feb 2017 06:20:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cegaB-0004P7-0Z for qemu-devel@nongnu.org; Fri, 17 Feb 2017 06:20:16 -0500 References: <1933406e-2576-e687-3545-a72f3b999310@redhat.com> From: Paolo Bonzini Message-ID: <7c4d6c25-3b1c-61ec-1eda-6c5e7cee8755@redhat.com> Date: Fri, 17 Feb 2017 12:20:10 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Laszlo Ersek , Chad Joan , QEMU Developers , QEMU Trivial On 17/02/2017 11:18, Peter Maydell wrote: > Defining _XOPEN_SOURCE is easy enough, and I think we should > do it unconditionally. We should check what effect this has > on the BSD hosts though I guess. (You could argue that we > should be defining _XOPEN_SOURCE anyway for the benefit of > the non-glibc BSD/Solaris/etc platforms.) Sounds good, then I think we should define it to 700 just like glibc does. Paolo