From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18818 invoked by alias); 13 Apr 2012 02:00:59 -0000 Received: (qmail 18663 invoked by uid 22791); 13 Apr 2012 02:00:57 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Apr 2012 02:00:45 +0000 Received: by pbcup15 with SMTP id up15so3214261pbc.0 for ; Thu, 12 Apr 2012 19:00:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.229.33 with SMTP id sn1mr548315pbc.59.1334282444650; Thu, 12 Apr 2012 19:00:44 -0700 (PDT) Received: by 10.68.50.100 with HTTP; Thu, 12 Apr 2012 19:00:44 -0700 (PDT) In-Reply-To: <20120412230724.3570A2C07D@topped-with-meat.com> References: <1334271665-31914-1-git-send-email-vapier@gentoo.org> <20120412230724.3570A2C07D@topped-with-meat.com> Date: Fri, 13 Apr 2012 02:00:00 -0000 Message-ID: Subject: Re: [PATCH] hppa: add missing prlimit64 symbol From: "Carlos O'Donell" To: Roland McGrath Cc: Mike Frysinger , libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00052.txt.bz2 On Thu, Apr 12, 2012 at 7:07 PM, Roland McGrath wrot= e: >> All other arches have this in their syscall list. =A0Looks like hppa >> is missing it though and breaks one or two apps that try to call it. > > If it's really "all", then why isn't it in linux/syscalls.list instead? That's exactly the question I asked myself when I handed a similar patch to one of our hppa developers last week :-) Cheers, Carlos.