This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from f1a844ac63 NEWS: Deprecate static dlopen new 0d0bc784ca Alpha: Add wrappers to get/setrlimit64 to fix RLIM64_INFINIT [...] new 8e900969db Alpha: Fix the RLIM_INFINITY and RLIM64_INFINITY constants new 24731685c8 prlimit: Translate old_rlimit from RLIM64_INFINITY to RLIM_I [...] new 19be56d8ce Add test for getrlimit/setrlimit/prlimit with infinity value new a6d0afb507 resource/tst-getrlimit.c: Add copyright header
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 41 +++++ resource/tst-getrlimit.c | 17 ++ sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/alpha/Versions | 3 + sysdeps/unix/sysv/linux/alpha/bits/resource.h | 6 +- .../unix/sysv/linux/{mips => alpha}/getrlimit64.c | 32 ++-- sysdeps/unix/sysv/linux/alpha/libc.abilist | 4 + .../unix/sysv/linux/{mips => alpha}/setrlimit64.c | 33 ++-- sysdeps/unix/sysv/linux/getrlimit64.c | 18 +-- sysdeps/unix/sysv/linux/prlimit.c | 15 +- sysdeps/unix/sysv/linux/setrlimit64.c | 5 + sysdeps/unix/sysv/linux/tst-rlimit-infinity.c | 173 +++++++++++++++++++++ 12 files changed, 287 insertions(+), 63 deletions(-) copy sysdeps/unix/sysv/linux/{mips => alpha}/getrlimit64.c (71%) copy sysdeps/unix/sysv/linux/{mips => alpha}/setrlimit64.c (69%) create mode 100644 sysdeps/unix/sysv/linux/tst-rlimit-infinity.c