public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: libc-ports@sourceware.org
Subject: [PATCH] hppa: add missing prlimit64 symbol
Date: Thu, 12 Apr 2012 23:00:00 -0000	[thread overview]
Message-ID: <1334271665-31914-1-git-send-email-vapier@gentoo.org> (raw)

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 <vapier@gentoo.org>

2012-04-12  Mike Frysinger  <vapier@gentoo.org>

	* 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

             reply	other threads:[~2012-04-12 23:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12 23:00 Mike Frysinger [this message]
2012-04-12 23:07 ` Roland McGrath
2012-04-12 23:26   ` Mike Frysinger
2012-04-13  3:59     ` Roland McGrath
2012-08-11 19:27       ` Mike Frysinger
2012-08-12 12:59         ` Joseph S. Myers
2012-08-12 13:15           ` Carlos O'Donell
2012-08-12 16:03             ` Joseph S. Myers
2012-08-12 14:48           ` Mike Frysinger
2012-08-12 14:51             ` Carlos O'Donell
2012-08-12 15:58             ` Joseph S. Myers
2012-08-12 15:00         ` Mike Frysinger
2012-04-13  2:00   ` Carlos O'Donell
2012-04-13  2:02 ` Carlos O'Donell
2012-04-13  2:21   ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334271665-31914-1-git-send-email-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).