diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-12 18:58:35 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-12 14:53:07 -0400 |
commit | 191ce8ce597f4b6da1e78e498ae85588d68fae8c (patch) | |
tree | 4a75be9479f7fdcf1aae48cf151017b94c6d207f /ports/ChangeLog.hppa | |
parent | 86e1477c1a10dac35634f5bb44f8e0adb7992a3d (diff) | |
download | glibc-191ce8ce597f4b6da1e78e498ae85588d68fae8c.tar.gz glibc-191ce8ce597f4b6da1e78e498ae85588d68fae8c.tar.xz glibc-191ce8ce597f4b6da1e78e498ae85588d68fae8c.zip |
hppa: add missing prlimit64 symbol
All other arches have this in their syscall list. Looks like hppa is missing it though and breaks one or two apps that try to call it. URL: https://bugs.gentoo.org/411745 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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 cab7743f78..0501211127 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,8 @@ +2012-08-12 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/unix/sysv/linux/hppa/syscalls.list: Add prlimit64. + * sysdeps/unix/sysv/linux/hppa/Versions (GLIBC_2.17): Likewise. + 2012-08-07 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/hppa/nptl/configure.in: Remove. |