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

Unified Diff: fusl/src/stat/statvfs.c

Issue 1579273002: Remove -Wno-ignored-attributes from fusl build (Closed) Base URL: git@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/src/mman/mmap.c ('k') | fusl/src/stdio/fseek.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/stat/statvfs.c
diff --git a/fusl/src/stat/statvfs.c b/fusl/src/stat/statvfs.c
index 30d587971b0a0946ae4293dc43cb54d231d763fd..b9522e4bf46e5be30ce9a1111992df6456168ba2 100644
--- a/fusl/src/stat/statvfs.c
+++ b/fusl/src/stat/statvfs.c
@@ -59,6 +59,6 @@ int fstatvfs(int fd, struct statvfs *buf)
}
LFS64(statvfs);
viettrungluu 2016/01/12 23:15:26 I wonder if we shouldn't just get rid of LFS64 (an
-LFS64(statfs);
+weak_alias(__statfs, statfs64);
LFS64(fstatvfs);
-LFS64(fstatfs);
+weak_alias(__fstatfs, fstatfs64);
« no previous file with comments | « fusl/src/mman/mmap.c ('k') | fusl/src/stdio/fseek.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698