This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Synch with 2.4.4


Andreas Jaeger <aj@suse.de> writes:

|> Index: sysdeps/unix/sysv/linux/kernel-features.h
|> --- sysdeps/unix/sysv/linux/kernel-features.h	2001/04/25 20:16:46	1.25
|> +++ sysdeps/unix/sysv/linux/kernel-features.h	2001/04/29 12:29:32
|> @@ -146,6 +146,15 @@
|>  # define __ASSUME_FCNTL64		1
|>  #endif
|>  
|> +/* 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
                                        ^^^
|> +    && (defined __arm__ || defined __powerpc__ || defined __sh__)

I have fixed the missing backslash.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]