mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_NEW_GETRLIMIT_SYSCALL): New definition.
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
* sysdeps/unix/sysv/linux/net/if_arp.h: Add ARPHDR_HWX25.
|
* 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.
|
* sysdeps/unix/sysv/linux/i386/getrlimit.c: New file.
|
||||||
|
|
||||||
* manual/texinfo.tex: Updated.
|
* manual/texinfo.tex: Updated.
|
||||||
|
@ -74,3 +74,8 @@
|
|||||||
#if __LINUX_KERNEL_VERSION >= 131408
|
#if __LINUX_KERNEL_VERSION >= 131408
|
||||||
# define __ASSUME_SIOCGIFNAME 1
|
# define __ASSUME_SIOCGIFNAME 1
|
||||||
#endif
|
#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
|
||||||
|
Reference in New Issue
Block a user