mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Update.
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_NEW_GETRLIMIT_SYSCALL): New definition.
This commit is contained in:
parent
bebb184e55
commit
ecda4bdaa1
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user