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
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
/* 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). */
#if __LINUX_KERNEL_VERSION >= 132100
#if __LINUX_KERNEL_VERSION >= 132100 \
&& (defined __arm__ || defined __powerpc__ || defined __sh__)
# define __ASSUME_FCNTL64 1
#endif