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

Unified Diff: fusl/src/internal/libc.h

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/fcntl/posix_fallocate.c ('k') | fusl/src/legacy/ftw.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/internal/libc.h
diff --git a/fusl/src/internal/libc.h b/fusl/src/internal/libc.h
index a8a9e1c5b11559f67608d1c031c65f693d563151..4ca05d7812abe0dadb4fd53d8b475989c862a21e 100644
--- a/fusl/src/internal/libc.h
+++ b/fusl/src/internal/libc.h
@@ -63,10 +63,4 @@ extern char** __environ;
#define weak_alias(old, new) \
extern __typeof(old) new __attribute__((weak, alias(#old)))
-#undef LFS64_2
-#define LFS64_2(x, y) weak_alias(x, y)
-
-#undef LFS64
-#define LFS64(x) LFS64_2(x, x##64)
-
#endif
« no previous file with comments | « fusl/src/fcntl/posix_fallocate.c ('k') | fusl/src/legacy/ftw.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698