« Return to Thread: [PATCH] hppa: add missing prlimit64 symbol

Re: [PATCH] hppa: add missing prlimit64 symbol

by Carlos O'Donell-2 :: Rate this Message:

| View in Thread

On Thu, Apr 12, 2012 at 7:01 PM, Mike Frysinger <vapier@...> wrote:

> 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@...>
>
> 2012-04-12  Mike Frysinger  <vapier@...>
>
>        * 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

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.

 « Return to Thread: [PATCH] hppa: add missing prlimit64 symbol