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

Unified Diff: fusl/src/regex/glob.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/misc/setrlimit.c ('k') | fusl/src/stat/__xstat.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/regex/glob.c
diff --git a/fusl/src/regex/glob.c b/fusl/src/regex/glob.c
index 56410212a7c4c7730d76be038c8b738a19fea2f1..056de8b1bd120e16b1e932ab5069baa30f31f05f 100644
--- a/fusl/src/regex/glob.c
+++ b/fusl/src/regex/glob.c
@@ -245,6 +245,3 @@ void globfree(glob_t* g) {
g->gl_pathc = 0;
g->gl_pathv = NULL;
}
-
-LFS64(glob);
-LFS64(globfree);
« no previous file with comments | « fusl/src/misc/setrlimit.c ('k') | fusl/src/stat/__xstat.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698