This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] hppa: add missing prlimit64 symbol


On Thu, Apr 12, 2012 at 7:01 PM, Mike Frysinger <vapier@gentoo.org> 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@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

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]