From: Andreas Schwab Date: Sun, 29 Apr 2001 14:19:13 +0000 (+0000) Subject: Fix missing backslash in last change. X-Git-Tag: upstream/2.30~23126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ee5d7910189864f0ff851fe6b0506edf172811f;p=external%2Fglibc.git Fix missing backslash in last change. --- diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index f4148aa..2a94b8d 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -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