From: Carlos O'Donell Date: Thu, 20 Sep 2012 14:39:27 +0000 (-0400) Subject: hppa: Use __prlimit64 as the internal name. X-Git-Tag: glibc-2.17~533 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11aaf6ef2de7c0757b51dd96a301280746012fd0;p=thirdparty%2Fglibc.git 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. --- diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index 821866a87b5..d34d9c2d234 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,8 @@ +2012-09-20 Carlos O'Donell + + * sysdeps/unix/sysv/linux/hppa/syscalls.list: Use __prlimit64 as + the strong name. + 2012-09-20 Carlos O'Donell Andreas Schwab diff --git a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list index 78e6568b7ca..f3ff3e7d71a 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