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

Unified Diff: fusl/src/fcntl/openat.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/fcntl/open.c ('k') | fusl/src/fcntl/posix_fadvise.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/fcntl/openat.c
diff --git a/fusl/src/fcntl/openat.c b/fusl/src/fcntl/openat.c
index d4fb96cac0bf437e2fb66af3b1464f78411e42d0..98a42a6514631e286d4cb8aca1fd0e9251793a48 100644
--- a/fusl/src/fcntl/openat.c
+++ b/fusl/src/fcntl/openat.c
@@ -15,5 +15,3 @@ int openat(int fd, const char* filename, int flags, ...) {
return syscall_cp(SYS_openat, fd, filename, flags | O_LARGEFILE, mode);
}
-
-LFS64(openat);
« no previous file with comments | « fusl/src/fcntl/open.c ('k') | fusl/src/fcntl/posix_fadvise.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698