]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix missing backslash in last change.
authorAndreas Schwab <schwab@suse.de>
Sun, 29 Apr 2001 14:19:13 +0000 (14:19 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 29 Apr 2001 14:19:13 +0000 (14:19 +0000)
sysdeps/unix/sysv/linux/kernel-features.h

index f4148aa47f7f2384a6108ed9d629de60a6216bb9..2a94b8d38059536b978e72d7145bf4e076ccb66f 100644 (file)
 
 /* 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