projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
facd11c
)
(__ASSUME_FCNTL64): Define for 2.4.1 on sparc as well.
author
Ulrich Drepper
<drepper@redhat.com>
Sat, 12 Aug 2000 22:05:11 +0000
(22:05 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sat, 12 Aug 2000 22:05:11 +0000
(22:05 +0000)
sysdeps/unix/sysv/linux/kernel-features.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/kernel-features.h
b/sysdeps/unix/sysv/linux/kernel-features.h
index
fc25ace
..
dfabfb2
100644
(file)
--- a/
sysdeps/unix/sysv/linux/kernel-features.h
+++ b/
sysdeps/unix/sysv/linux/kernel-features.h
@@
-133,6
+133,6
@@
/* 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