]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hppa: add missing prlimit64 symbol
authorMike Frysinger <vapier@gentoo.org>
Thu, 12 Apr 2012 22:58:35 +0000 (18:58 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 12 Aug 2012 18:53:07 +0000 (14:53 -0400)
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>
ports/ChangeLog.hppa
ports/sysdeps/unix/sysv/linux/hppa/Versions
ports/sysdeps/unix/sysv/linux/hppa/syscalls.list

index cab7743f782acb32f6d264346b0449db0c627a3b..050121112759853d2fd97837200a616c6ac56548 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/unix/sysv/linux/hppa/syscalls.list: Add prlimit64.
+       * sysdeps/unix/sysv/linux/hppa/Versions (GLIBC_2.17): Likewise.
+
 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/hppa/nptl/configure.in: Remove.
index 3bff6ec4fc4ec1e6fa0cf826a7d211d5ad668174..1e2e320c0cf066b4cd477aee166d9cde52c4eba6 100644 (file)
@@ -27,6 +27,9 @@ libc {
     #errlist-compat    257
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
   }
+  GLIBC_2.17 {
+    prlimit64;
+  }
 }
 librt {
   GLIBC_2.3 {
index 0f7537c306f9559ae4305a6c614ccba37489508a..78e6568b7ca6c105c46d994f7c77c63c84c597ea 100644 (file)
@@ -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       prlimit64@@GLIBC_2.17