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

Unified Diff: fusl/src/stdio/ftell.c

Issue 1579273002: Remove -Wno-ignored-attributes from fusl build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase 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/stdio/fseek.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/stdio/ftell.c
diff --git a/fusl/src/stdio/ftell.c b/fusl/src/stdio/ftell.c
index bb62897a4c7cc710295fd62aae8bb727b116a4d5..fb7966f5d06a0ce2721024ed33303bd30995977d 100644
--- a/fusl/src/stdio/ftell.c
+++ b/fusl/src/stdio/ftell.c
@@ -34,4 +34,4 @@ long ftell(FILE *f)
weak_alias(__ftello, ftello);
-LFS64(ftello);
+weak_alias(__ftello, ftello64);
« no previous file with comments | « fusl/src/stdio/fseek.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698