Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: fusl/arch/or1k/bits/statfs.h

Issue 1574103002: Remove cruft from fusl (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fusl/arch/or1k/bits/stat.h ('k') | fusl/arch/or1k/bits/stdarg.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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];
-};
« no previous file with comments | « fusl/arch/or1k/bits/stat.h ('k') | fusl/arch/or1k/bits/stdarg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698