diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-11 11:18:52 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-11 11:18:52 -0700 |
commit | c08fb0d7bba4015078406b28d3906ccc5fda9d5a (patch) | |
tree | 6952d7d0b4ddf0f57b1358918a80e8373c11c437 /ChangeLog | |
parent | 15bac72bac03faeb3b725b1d208c62160f0c3ad7 (diff) | |
download | glibc-c08fb0d7bba4015078406b28d3906ccc5fda9d5a.tar glibc-c08fb0d7bba4015078406b28d3906ccc5fda9d5a.tar.gz glibc-c08fb0d7bba4015078406b28d3906ccc5fda9d5a.tar.bz2 glibc-c08fb0d7bba4015078406b28d3906ccc5fda9d5a.zip |
Add support for prlimit and prlimit64 on Linux.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2010-08-11 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines): + Add prlimit. + * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and + prlimit64 for GLIBC_2.13. + * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and + prlimit64. + * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64 + syscall. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise. + * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise. + * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also + add prlimit alias. + * sysdeps/unix/sysv/linux/prlimit.c: New file. + [BZ #11903] * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition. Patch by Evgeni Bikov <bikovevg@iitp.ru>. |