From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27926 invoked by alias); 13 Apr 2012 02:02:30 -0000 Received: (qmail 27754 invoked by uid 22791); 13 Apr 2012 02:02:29 -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-pz0-f54.google.com (HELO mail-pz0-f54.google.com) (209.85.210.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Apr 2012 02:02:16 +0000 Received: by dady13 with SMTP id y13so3201398dad.13 for ; Thu, 12 Apr 2012 19:02:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.213.73 with SMTP id nq9mr386967pbc.143.1334282535788; Thu, 12 Apr 2012 19:02:15 -0700 (PDT) Received: by 10.68.50.100 with HTTP; Thu, 12 Apr 2012 19:02:15 -0700 (PDT) In-Reply-To: <1334271665-31914-1-git-send-email-vapier@gentoo.org> References: <1334271665-31914-1-git-send-email-vapier@gentoo.org> Date: Fri, 13 Apr 2012 02:02:00 -0000 Message-ID: Subject: Re: [PATCH] hppa: add missing prlimit64 symbol From: "Carlos O'Donell" To: Mike Frysinger Cc: 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/msg00053.txt.bz2 On Thu, Apr 12, 2012 at 7:01 PM, Mike Frysinger wrote: > 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. > > URL: https://bugs.gentoo.org/411745 > Signed-off-by: Mike Frysinger > > 2012-04-12 =A0Mike Frysinger =A0 > > =A0 =A0 =A0 =A0* sysdeps/unix/sysv/linux/hppa/syscalls.list: Add prlimit6= 4. > --- > =A0sysdeps/unix/sysv/linux/hppa/syscalls.list | =A0 =A01 + > =A01 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/sysdeps/unix/sysv/linux/hppa/syscalls.list b/sysdeps/unix/sy= sv/linux/hppa/syscalls.list > index 0f7537c..1b6b311 100644 > --- a/sysdeps/unix/sysv/linux/hppa/syscalls.list > +++ b/sysdeps/unix/sysv/linux/hppa/syscalls.list > @@ -35,3 +35,4 @@ socketpair =A0 =A0- =A0 =A0 =A0 socketpair =A0 =A0 =A0i= :iiif =A0__socketpair =A0 =A0socketpair > > =A0setrlimit =A0 =A0 =A0- =A0 =A0 =A0 setrlimit =A0 =A0 =A0 i:ip =A0 =A0_= _setrlimit =A0 =A0 setrlimit > =A0getrlimit =A0 =A0 =A0- =A0 =A0 =A0 getrlimit =A0 =A0 =A0 i:ip =A0 =A0_= _getrlimit =A0 =A0 getrlimit > +prlimit64 =A0 =A0 =A0EXTRA =A0 prlimit64 =A0 =A0 =A0 i:iipp =A0prlimit64 > -- > 1.7.8.5 Sorry for making you do this work, I had this patch already done last week but I forgot to push it out. I'll checkin your version as soon as I get trunk building again with my crt* and elf changes. Cheers, Carlos.