summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/bits/kernel_stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/sparc/bits/kernel_stat.h')
-rw-r--r--libc/sysdeps/linux/sparc/bits/kernel_stat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/sparc/bits/kernel_stat.h b/libc/sysdeps/linux/sparc/bits/kernel_stat.h
index f09ae3734..e960857fe 100644
--- a/libc/sysdeps/linux/sparc/bits/kernel_stat.h
+++ b/libc/sysdeps/linux/sparc/bits/kernel_stat.h
@@ -5,9 +5,6 @@
* struct kernel_stat should look like... It turns out each arch has a
* different opinion on the subject... */
-#if __WORDSIZE == 64
-#define kernel_stat kernel_stat64
-#else
struct kernel_stat {
unsigned short st_dev;
unsigned long st_ino;
@@ -25,8 +22,6 @@ struct kernel_stat {
unsigned long __unused4[2];
};
-#endif
-
struct kernel_stat64 {
unsigned long long st_dev;
unsigned long long st_ino;
@@ -48,4 +43,3 @@ struct kernel_stat64 {
};
#endif /* _BITS_STAT_STRUCT_H */
-