From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEPFF-00036P-2H for qemu-devel@nongnu.org; Wed, 10 Jun 2009 10:57:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEPFA-00034n-9s for qemu-devel@nongnu.org; Wed, 10 Jun 2009 10:57:40 -0400 Received: from [199.232.76.173] (port=47649 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEPFA-00034i-1z for qemu-devel@nongnu.org; Wed, 10 Jun 2009 10:57:36 -0400 Received: from mx2.redhat.com ([66.187.237.31]:45272) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEPF9-0001B5-JH for qemu-devel@nongnu.org; Wed, 10 Jun 2009 10:57:35 -0400 Date: Wed, 10 Jun 2009 12:03:34 -0300 From: Glauber Costa Subject: Re: [Qemu-devel] [PATCH 2/2] check for utimensat() availability on configure Message-ID: <20090610150334.GJ19375@poweredge.glommer> References: <1244582792-30589-1-git-send-email-ehabkost@redhat.com> <1244582792-30589-3-git-send-email-ehabkost@redhat.com> <87ocsxoye4.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ocsxoye4.fsf@lechat.rtp-net.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Arnaud Patard Cc: Eduardo Habkost , qemu-devel@nongnu.org On Wed, Jun 10, 2009 at 12:06:27AM +0200, Arnaud Patard wrote: > Eduardo Habkost writes: > > Hi Eduardo, > > > Some glibc versions don't have utimensat() available, but have other xxxat() > > functions. Make a separated check for utimensat() to make sure we can compile > > linux-user against some older glibc versions. > > Why didn't you take the patches available in this thread > http://lists.gnu.org/archive/html/qemu-devel/2009-04/msg01290.html ? > > afaik, they can also be found in maemo's qemu git tree (and sent again > later to the mailing list) out of curiosity, what are the kind of things that lives in that tree? What prevents it to be included in mainstream qemu?