Index: fusl/arch/or1k/bits/statfs.h |
diff --git a/fusl/arch/or1k/bits/statfs.h b/fusl/arch/or1k/bits/statfs.h |
deleted file mode 100644 |
index f103f4e4f4ef0cf545b49c192dee90f066ba3dab..0000000000000000000000000000000000000000 |
--- a/fusl/arch/or1k/bits/statfs.h |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-struct statfs { |
- unsigned long f_type, f_bsize; |
- fsblkcnt_t f_blocks, f_bfree, f_bavail; |
- fsfilcnt_t f_files, f_ffree; |
- fsid_t f_fsid; |
- unsigned long f_namelen, f_frsize, f_flags, f_spare[4]; |
-}; |