From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22895 invoked by alias); 13 Apr 2012 03:59:09 -0000 Received: (qmail 22887 invoked by uid 22791); 13 Apr 2012 03:59:09 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Apr 2012 03:58:56 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id BF0642C079; Thu, 12 Apr 2012 20:58:54 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Mike Frysinger Cc: libc-ports@sourceware.org Subject: Re: [PATCH] hppa: add missing prlimit64 symbol In-Reply-To: Mike Frysinger's message of Thursday, 12 April 2012 19:26:50 -0400 <201204121926.51186.vapier@gentoo.org> References: <1334271665-31914-1-git-send-email-vapier@gentoo.org> <20120412230724.3570A2C07D@topped-with-meat.com> <201204121926.51186.vapier@gentoo.org> Message-Id: <20120413035854.BF0642C079@topped-with-meat.com> Date: Fri, 13 Apr 2012 03:59:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.0 cv=e8d9udV/ c=1 sm=1 a=TB7Y52Ny0uoA:10 a=kj9zAlcOel0A:10 a=PnSvHEuf3pj7qbSh3G4A:9 a=CjuIK1q_8ugA:10 a=WkljmVdYkabdwxfqvArNOQ==:117 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00055.txt.bz2 > sysdeps/unix/sysv/linux/wordsize-64/syscalls.list lists it unconditionally > (for the alias), and from there, it seems that all the 32bit arches add it to > their arch-specific list. That should mean that adding it to sysdeps/unix/sysv/linux/syscalls.list should do the right thing for hppa, and that removing it from other machine-specific syscalls.list files will then have no effect on the status quo. Can you try that and verify? Thanks, Roland