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

Unified Diff: fusl/src/misc/nftw.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/lockf.c ('k') | fusl/src/misc/setrlimit.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/misc/nftw.c
diff --git a/fusl/src/misc/nftw.c b/fusl/src/misc/nftw.c
index 778943f99ab842bc04b7c9ccc8f66f297efed999..2cac6d16a2ab73d52714ad82ca060fc464cc1d63 100644
--- a/fusl/src/misc/nftw.c
+++ b/fusl/src/misc/nftw.c
@@ -130,5 +130,3 @@ int nftw(const char* path,
pthread_setcancelstate(cs, 0);
return r;
}
-
-LFS64(nftw);
« no previous file with comments | « fusl/src/misc/lockf.c ('k') | fusl/src/misc/setrlimit.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698