From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWJY-0005oc-1V for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:04:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjWJR-00026K-8r for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:04:51 -0400 Received: from mail-vc0-f175.google.com ([209.85.220.175]:49150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjWJR-00026F-3v for qemu-devel@nongnu.org; Mon, 03 Jun 2013 11:04:45 -0400 Received: by mail-vc0-f175.google.com with SMTP id hr11so440129vcb.20 for ; Mon, 03 Jun 2013 08:04:44 -0700 (PDT) Sender: Richard Henderson Message-ID: <51ACB088.2060909@twiddle.net> Date: Mon, 03 Jun 2013 08:04:40 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1370126121-22975-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1370126121-22975-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] linux-user: Drop direct use of openat etc syscalls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Riku Voipio , Claudio Fontana , qemu-devel@nongnu.org, patches@linaro.org On 06/01/2013 03:35 PM, Peter Maydell wrote: > Basically, removing the ugly direct syscall access seemed nicer > than trying to fix up and render consistent the broken ifdefs :-) > > [RHEL5 has glibc2.5 and provides these functions. RHEL4 did not > but we don't build on RHEL4 anyhow because its glib is too old. > uClibc provides these functions.] > > Peter Maydell (2): > linux-user: Drop direct use of openat etc syscalls > configure: Drop CONFIG_ATFILE test Reviewed-by: Richard Henderson r~