1
0
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:
Ulrich Drepper
2010-12-25 20:12:27 -05:00
parent 9798346413
commit 5bd6dc5c2c
5 changed files with 121 additions and 2 deletions

View File

@ -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