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 821866a..d34d9c2 100644 (file)
@@ -1,4 +1,9 @@
 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>
 
        * sysdeps/unix/sysv/linux/hppa/Versions: Add new errlist-compat
index 78e6568..f3ff3e7 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