]> sourceware.org Git - glibc.git/commitdiff
(__ASSUME_FCNTL64): Define for 2.4.1 on sparc as well.
authorUlrich Drepper <drepper@redhat.com>
Sat, 12 Aug 2000 22:05:11 +0000 (22:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 12 Aug 2000 22:05:11 +0000 (22:05 +0000)
sysdeps/unix/sysv/linux/kernel-features.h

index fc25acefd23a74c52ee98e46d2e1f96a076c3d91..dfabfb252c4f4fec61726defb61dc82b14694cfc 100644 (file)
 /* To support locking of large files a new fcntl() syscall was introduced
    in 2.4.0-test7.  We test for 2.4.1 for the earliest version we know
    the syscall is available.  */
-#if __LINUX_KERNEL_VERSION >= 132097 && defined __i386__
+#if __LINUX_KERNEL_VERSION >= 132097 && (defined __i386__ || defined __sparc__)
 # define __ASSUME_FCNTL64              1
 #endif
This page took 0.044541 seconds and 5 git commands to generate.