summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/bits/kernel_stat.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-05-23 00:47:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-24 20:44:04 +0200
commit228f76d4dfe9a8a9b50e4c5ac8161a991fc8107c (patch)
treef739b8221a0392b73e8696d080c3bfc87c397b49 /libc/sysdeps/linux/sparc/bits/kernel_stat.h
parent383122dd2e2fb78854ed420c5e819a3007b4f256 (diff)
sparc: cleanup sparc64 bits and unused soft-fp
Remove a lot of unused 64 Bit header stuff.
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 */
-