aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2012-09-20 10:39:27 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2012-09-20 10:39:27 -0400
commit11aaf6ef2de7c0757b51dd96a301280746012fd0 (patch)
tree401fd9084bea579454bd7ffceeb399b571bcf91c
parenteee702591698c36253483818963d8305d87df643 (diff)
downloadglibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.zip
glibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.tar.gz
glibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.tar.bz2
hppa: Use __prlimit64 as the internal name.
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.
-rw-r--r--ports/ChangeLog.hppa5
-rw-r--r--ports/sysdeps/unix/sysv/linux/hppa/syscalls.list2
2 files changed, 6 insertions, 1 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index 821866a..d34d9c2 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -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
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
index 78e6568..f3ff3e7 100644
--- a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
+++ b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
@@ -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