projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a00c3ca
)
Fix typo in comment.
author
Andreas Jaeger
<aj@suse.de>
Mon, 14 Aug 2000 08:18:08 +0000
(08:18 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Mon, 14 Aug 2000 08:18:08 +0000
(08:18 +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 dfabfb252c4f4fec61726defb61dc82b14694cfc..e7699a62f8f4810bf3391c338a8b422c7b066c16 100644
(file)
--- a/
sysdeps/unix/sysv/linux/kernel-features.h
+++ b/
sysdeps/unix/sysv/linux/kernel-features.h
@@
-125,7
+125,7
@@
/* The changed st_ino field appeared in 2.4.0-test6. But we cannot
distinguish this version from other 2.4.0 releases. Therefore play
- save and assume it available for 2.4.1 and up. */
+ save and assume it available
is
for 2.4.1 and up. */
#if __LINUX_KERNEL_VERSION >= 132097
# define __ASSUME_ST_INO_64_BIT 1
#endif