This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-266-g4b5466f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  4b5466f188c2a90a013e7339053826c655bd1f32 (commit)
      from  089d856f77a2383ef483e9905116e56c37009262 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=4b5466f188c2a90a013e7339053826c655bd1f32

commit 4b5466f188c2a90a013e7339053826c655bd1f32
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri May 25 22:31:59 2012 +0000

    Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 778b4d7..7b253db 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,3 +1,8 @@
+2012-05-25  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/arm/kernel-features.h
+	(__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove.
+
 2012-05-25  Richard Henderson  <rth@twiddle.net>
 
 	* sysdeps/arm/dl-irel.h (elf_ifunc_invoke): Pass dl_hwcap.
diff --git a/sysdeps/unix/sysv/linux/arm/kernel-features.h b/sysdeps/unix/sysv/linux/arm/kernel-features.h
index 644d9ff..3eeb075 100644
--- a/sysdeps/unix/sysv/linux/arm/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/arm/kernel-features.h
@@ -22,11 +22,6 @@
 # define __ASSUME_UTIMES	1
 #endif
 
-/* The new getrlimit syscall was added sometime before 2.4.6.  */
-#if __LINUX_KERNEL_VERSION >= 132102
-#define __ASSUME_NEW_GETRLIMIT_SYSCALL	1
-#endif
-
 /* On ARM the truncate64/ftruncate64/mmap2/stat64/lstat64/fstat64
    syscalls were introduced in 2.3.35.  */
 #if __LINUX_KERNEL_VERSION >= 131875

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.arm                                 |    5 +++++
 sysdeps/unix/sysv/linux/arm/kernel-features.h |    5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]