mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use prlimit64 for 32-bit [gs]etrlimit64 implementation.
This commit is contained in:
@ -535,3 +535,8 @@
|
||||
#if __LINUX_KERNEL_VERSION >= 0x020624
|
||||
# define __ASSUME_STATFS_F_FLAGS 1
|
||||
#endif
|
||||
|
||||
/* prlimit64 is available in 2.6.36. */
|
||||
#if __LINUX_KERNEL_VERSION >= 0x020624
|
||||
# define __ASSUME_PRLIMIT64 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user