aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps
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 /ports/sysdeps
parenteee702591698c36253483818963d8305d87df643 (diff)
downloadglibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.tar
glibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.tar.gz
glibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.tar.bz2
glibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.zip
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.
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/unix/sysv/linux/hppa/syscalls.list2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
index 78e6568b7c..f3ff3e7d71 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