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

Unified Diff: fusl/src/stdio/fseek.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
Index: fusl/src/stdio/fseek.c
diff --git a/fusl/src/stdio/fseek.c b/fusl/src/stdio/fseek.c
index b160b74edca0db9eeb8599a268a9ffc469d1aeb3..4fb9afa8b61bfcb643ddb8d7c733c33413ec1e6d 100644
--- a/fusl/src/stdio/fseek.c
+++ b/fusl/src/stdio/fseek.c
@@ -40,4 +40,4 @@ int fseek(FILE *f, long off, int whence)
weak_alias(__fseeko, fseeko);
-LFS64(fseeko);
+weak_alias(__fseeko, fseeko64);
« fusl/src/stat/statvfs.c ('K') | « fusl/src/stat/statvfs.c ('k') | fusl/src/stdio/ftell.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698