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.
This commit is contained in:
Carlos O'Donell 2012-09-20 10:39:27 -04:00
parent eee7025916
commit 11aaf6ef2d
2 changed files with 6 additions and 1 deletions

View 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>

View 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