]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hppa: Use __prlimit64 as the internal name.
authorCarlos O'Donell <carlos@systemhalted.org>
Thu, 20 Sep 2012 14:39:27 +0000 (10:39 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Thu, 20 Sep 2012 14:39:27 +0000 (10:39 -0400)
Fix a build failure by using __prlimit64 as the internal
function name for the versioned symbol prlimit64. Without
this patch the build system attempts to alias prlimit64
to itself and that is invalid.

ports/ChangeLog.hppa
ports/sysdeps/unix/sysv/linux/hppa/syscalls.list

index 821866a87b55ef2e0c31e764e8297ca1c76a5c8c..d34d9c2d2343434a4a4cd1a9c6877f89040f12ba 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-20  Carlos O'Donell  <carlos@systemhalted.org>
+
+       * sysdeps/unix/sysv/linux/hppa/syscalls.list: Use __prlimit64 as
+       the strong name.
+
 2012-09-20  Carlos O'Donell  <carlos@systemhalted.org>
            Andreas Schwab  <schwab@linux-m68k.org>
 
index 78e6568b7ca6c105c46d994f7c77c63c84c597ea..f3ff3e7d71ab857907fce2d45fe27a1de8a23bf3 100644 (file)
@@ -35,4 +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
+prlimit64      EXTRA   prlimit64       i:iipp  __prlimit64     prlimit64@@GLIBC_2.17