mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix missing backslash in last change.
This commit is contained in:
@ -148,7 +148,7 @@
|
|||||||
|
|
||||||
/* Arm got fcntl64 in 2.4.4, PowerPC and SH have it also in 2.4.4 (I
|
/* Arm got fcntl64 in 2.4.4, PowerPC and SH have it also in 2.4.4 (I
|
||||||
don't know when it got introduced). */
|
don't know when it got introduced). */
|
||||||
#if __LINUX_KERNEL_VERSION >= 132100
|
#if __LINUX_KERNEL_VERSION >= 132100 \
|
||||||
&& (defined __arm__ || defined __powerpc__ || defined __sh__)
|
&& (defined __arm__ || defined __powerpc__ || defined __sh__)
|
||||||
# define __ASSUME_FCNTL64 1
|
# define __ASSUME_FCNTL64 1
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user