From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1367 invoked by alias); 25 Aug 2003 15:12:23 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 1349 invoked from network); 25 Aug 2003 15:12:23 -0000 Received: from unknown (HELO sunsite.ms.mff.cuni.cz) (195.113.19.66) by sources.redhat.com with SMTP; 25 Aug 2003 15:12:23 -0000 Received: from sunsite.ms.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8) with ESMTP id h7PDBTlt023684; Mon, 25 Aug 2003 15:11:29 +0200 Received: (from jakub@localhost) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8/Submit) id h7PDBThc023682; Mon, 25 Aug 2003 15:11:29 +0200 Date: Mon, 25 Aug 2003 15:12:00 -0000 From: Jakub Jelinek To: Philip Blundell Cc: libc-hacker@sources.redhat.com Subject: Re: support PSEUDO_ERRVAL on arm Message-ID: <20030825131128.GB12344@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <1061824174.792.41.camel@kc.cam.armlinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1061824174.792.41.camel@kc.cam.armlinux.org> User-Agent: Mutt/1.4i X-SW-Source: 2003-08/txt/msg00026.txt.bz2 On Mon, Aug 25, 2003 at 04:09:34PM +0100, Philip Blundell wrote: > Here's a patch for this. > > p. > > 2003-08-25 Philip Blundell > > * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_ERRVAL): Define. > (PSEUDO_END_ERRVAL, ret_ERRVAL): Likewise. I think you need to update sysdeps/unix/sysv/linux/arm/Versions as well (for both posix_fallocate64 and posix_fadvise64; arm is 32-bit). Jakub