1
0
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:
Andreas Schwab
2001-04-29 14:19:13 +00:00
parent 5385f8642c
commit 5ee5d79101

View File

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