mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
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:
parent
eee7025916
commit
11aaf6ef2d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user