public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM
@ 2012-05-25 22:34 Joseph S. Myers
  0 siblings, 0 replies; only message in thread
From: Joseph S. Myers @ 2012-05-25 22:34 UTC (permalink / raw)
  To: libc-ports

I've applied this patch to remove the __ASSUME_NEW_GETRLIMIT_SYSCALL 
definition for ARM, now that macro is no longer used.  Tile and m68k 
should similarly have their definitions of it removed.

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

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-25 22:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-25 22:34 Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM Joseph S. Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).