aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-25 22:30:06 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-05-25 22:30:06 +0000
commita82392228a31bb94b8dc4c35a37b04611d19891f (patch)
treef4b0d5b7899e2e4c6164db6cab1f5cad1773ae93 /ChangeLog
parent918b56067a444572f1c71b02f18255ae4540b043 (diff)
downloadglibc-a82392228a31bb94b8dc4c35a37b04611d19891f.zip
glibc-a82392228a31bb94b8dc4c35a37b04611d19891f.tar.gz
glibc-a82392228a31bb94b8dc4c35a37b04611d19891f.tar.bz2
Remove __ASSUME_NEW_GETRLIMIT_SYSCALL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9caa783..f97e481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.