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

Unified Diff: fusl/src/dirent/__getdents.c

Issue 1579273002: Remove -Wno-ignored-attributes from fusl build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 4 years, 11 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/BUILD.gn ('k') | fusl/src/mman/mmap.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/dirent/__getdents.c
diff --git a/fusl/src/dirent/__getdents.c b/fusl/src/dirent/__getdents.c
index 1acd5a696aa66fa8dc51ce38086aa3f80d7e0bce..69076d25b19f7ed2aa50ded2f81a4f5328159047 100644
--- a/fusl/src/dirent/__getdents.c
+++ b/fusl/src/dirent/__getdents.c
@@ -9,4 +9,4 @@ int __getdents(int fd, struct dirent *buf, size_t len)
weak_alias(__getdents, getdents);
-LFS64(getdents);
+weak_alias(__getdents, getdents64);
« no previous file with comments | « fusl/BUILD.gn ('k') | fusl/src/mman/mmap.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698