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

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

Issue 1716893002: [fusl] Remove LFS64 macro (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: apptest rebase Created 4 years, 10 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/fsetpos.c ('k') | fusl/src/temp/mkostemp.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/stdio/tmpfile.c
diff --git a/fusl/src/stdio/tmpfile.c b/fusl/src/stdio/tmpfile.c
index d2fa8d6768191d17d2728e7eb1077e47710f05ef..a9a608b5231e4d66830f7479d01471e70cd217b8 100644
--- a/fusl/src/stdio/tmpfile.c
+++ b/fusl/src/stdio/tmpfile.c
@@ -29,5 +29,3 @@ FILE* tmpfile(void) {
}
return 0;
}
-
-LFS64(tmpfile);
« no previous file with comments | « fusl/src/stdio/fsetpos.c ('k') | fusl/src/temp/mkostemp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698