mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
(__ASSUME_FCNTL64): Define for 2.4.1 on sparc as well.
This commit is contained in:
@ -133,6 +133,6 @@
|
|||||||
/* To support locking of large files a new fcntl() syscall was introduced
|
/* To support locking of large files a new fcntl() syscall was introduced
|
||||||
in 2.4.0-test7. We test for 2.4.1 for the earliest version we know
|
in 2.4.0-test7. We test for 2.4.1 for the earliest version we know
|
||||||
the syscall is available. */
|
the syscall is available. */
|
||||||
#if __LINUX_KERNEL_VERSION >= 132097 && defined __i386__
|
#if __LINUX_KERNEL_VERSION >= 132097 && (defined __i386__ || defined __sparc__)
|
||||||
# define __ASSUME_FCNTL64 1
|
# define __ASSUME_FCNTL64 1
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user