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

Unified Diff: fusl/src/stat/__xstat.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/regex/glob.c ('k') | fusl/src/stat/fstat.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/stat/__xstat.c
diff --git a/fusl/src/stat/__xstat.c b/fusl/src/stat/__xstat.c
index a97b3d1a0b617c8e20818ddacf3c758402bc05df..b48c17221e162ea19e5a0853db5d687e4f5c7135 100644
--- a/fusl/src/stat/__xstat.c
+++ b/fusl/src/stat/__xstat.c
@@ -17,11 +17,6 @@ int __xstat(int ver, const char* path, struct stat* buf) {
return stat(path, buf);
}
-LFS64(__fxstat);
-LFS64(__fxstatat);
-LFS64(__lxstat);
-LFS64(__xstat);
-
int __xmknod(int ver, const char* path, mode_t mode, dev_t* dev) {
return mknod(path, mode, *dev);
}
« no previous file with comments | « fusl/src/regex/glob.c ('k') | fusl/src/stat/fstat.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698