From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15951 invoked by alias); 12 Apr 2012 23:00:30 -0000 Received: (qmail 15943 invoked by uid 22791); 12 Apr 2012 23:00:29 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Apr 2012 23:00:16 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 8541F1B401F for ; Thu, 12 Apr 2012 23:00:15 +0000 (UTC) From: Mike Frysinger To: libc-ports@sourceware.org Subject: [PATCH] hppa: add missing prlimit64 symbol Date: Thu, 12 Apr 2012 23:00:00 -0000 Message-Id: <1334271665-31914-1-git-send-email-vapier@gentoo.org> 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/msg00046.txt.bz2 All other arches have this in their syscall list. Looks 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 Mike Frysinger * sysdeps/unix/sysv/linux/hppa/syscalls.list: Add prlimit64. --- sysdeps/unix/sysv/linux/hppa/syscalls.list | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sysdeps/unix/sysv/linux/hppa/syscalls.list b/sysdeps/unix/sysv/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 - socketpair i:iiif __socketpair socketpair setrlimit - setrlimit i:ip __setrlimit setrlimit getrlimit - getrlimit i:ip __getrlimit getrlimit +prlimit64 EXTRA prlimit64 i:iipp prlimit64 -- 1.7.8.5