diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-25 22:30:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-25 22:30:06 +0000 |
commit | a82392228a31bb94b8dc4c35a37b04611d19891f (patch) | |
tree | f4b0d5b7899e2e4c6164db6cab1f5cad1773ae93 /ChangeLog | |
parent | 918b56067a444572f1c71b02f18255ae4540b043 (diff) | |
download | glibc-a82392228a31bb94b8dc4c35a37b04611d19891f.zip glibc-a82392228a31bb94b8dc4c35a37b04611d19891f.tar.gz glibc-a82392228a31bb94b8dc4c35a37b04611d19891f.tar.bz2 |
Remove __ASSUME_NEW_GETRLIMIT_SYSCALL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2012-05-25 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions. + * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include + kernel-features.h. + [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code. + [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional. + * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include + kernel-features.h. + [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code. + [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional. + 2012-05-25 H.J. Lu <hongjiu.lu@intel.com> * configure.in: Define the default includes to being none. |