Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 2 Nov 1999 01:01:03 +0000 (01:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 2 Nov 1999 01:01:03 +0000 (01:01 +0000)
* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_NEW_GETRLIMIT_SYSCALL): New definition.

ChangeLog
sysdeps/unix/sysv/linux/kernel-features.h

index 7e64300..eafb209 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * sysdeps/unix/sysv/linux/net/if_arp.h: Add ARPHDR_HWX25.
 
+       * sysdeps/unix/sysv/linux/kernel-features.h
+       (__ASSUME_NEW_GETRLIMIT_SYSCALL): New definition.
        * sysdeps/unix/sysv/linux/i386/getrlimit.c: New file.
 
        * manual/texinfo.tex: Updated.
index db2bfe2..f01f2dd 100644 (file)
@@ -74,3 +74,8 @@
 #if __LINUX_KERNEL_VERSION >= 131408
 # define __ASSUME_SIOCGIFNAME          1
 #endif
+
+/* On x86 another `getrlimit' syscall was added in 2.3.25.  */
+#if __LINUX_KERNEL_VERSION >= 131865 && defined __i386__
+# define __ASSUME_NEW_GETRLIMIT_SYSCALL        1
+#endif