diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2012-09-20 10:39:27 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2012-09-20 10:39:27 -0400 |
commit | 11aaf6ef2de7c0757b51dd96a301280746012fd0 (patch) | |
tree | 401fd9084bea579454bd7ffceeb399b571bcf91c /ports/ChangeLog.hppa | |
parent | eee702591698c36253483818963d8305d87df643 (diff) | |
download | glibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.tar.gz glibc-11aaf6ef2de7c0757b51dd96a301280746012fd0.tar.xz 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/ChangeLog.hppa')
-rw-r--r-- | ports/ChangeLog.hppa | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index 821866a87b..d34d9c2d23 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 |