mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Fix F_GETOWN on some Linux archs.
The syscall conventions on some Linux archs prevented F_GETOWN from working correctly in some situations. This can be rectified when using the new F_GETOWN_EX command.
This commit is contained in:
@ -542,3 +542,8 @@
|
||||
# define __ASSUME_PREADV 1
|
||||
# define __ASSUME_PWRITEV 1
|
||||
#endif
|
||||
|
||||
/* Support for F_GETOWN_EX was introduced in 2.6.32. */
|
||||
#if __LINUX_KERNEL_VERSION >= 0x020620
|
||||
# define __ASSUME_F_GETOWN_EX 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user