about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-12 18:58:35 -0400
committerMike Frysinger <vapier@gentoo.org>2012-08-12 14:53:07 -0400
commit191ce8ce597f4b6da1e78e498ae85588d68fae8c (patch)
tree4a75be9479f7fdcf1aae48cf151017b94c6d207f /ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
parent86e1477c1a10dac35634f5bb44f8e0adb7992a3d (diff)
downloadglibc-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/sysdeps/unix/sysv/linux/hppa/syscalls.list')
-rw-r--r--ports/sysdeps/unix/sysv/linux/hppa/syscalls.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
index 0f7537c306..78e6568b7c 100644
--- a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
+++ b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
@@ -35,3 +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