MIPS: Fix RLIM64_INFINITY constant for O32 and N32 ABIs
commit24d8773d06807928e33955927656ba83767d2842
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 27 Nov 2013 13:42:06 +0000 (27 14:42 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 27 Nov 2013 16:38:16 +0000 (27 17:38 +0100)
tree8eb897eb888362f398659b285204a146f551fa36
parent9480dfe2a3254113ca5e64467a238c93fb59732e
MIPS: Fix RLIM64_INFINITY constant for O32 and N32 ABIs

Fix the RLIM64_INFINITY constant for O32 and N32 ABIs to match the
kernel one. Change the getrlimit64/setrlimit64 into old compat symbols,
and provide the Linux generic getrlimit64/setrlimit64 functions as
GLIBC_2_19 version.
ports/ChangeLog.mips
ports/sysdeps/unix/sysv/linux/mips/bits/resource.h
ports/sysdeps/unix/sysv/linux/mips/getrlimit64.c
ports/sysdeps/unix/sysv/linux/mips/mips32/Versions [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist
ports/sysdeps/unix/sysv/linux/mips/mips64/n32/Versions [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist
ports/sysdeps/unix/sysv/linux/mips/setrlimit64.c