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

Unified Diff: fusl/src/mman/mmap.c

Issue 1579273002: Remove -Wno-ignored-attributes from fusl build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
Index: fusl/src/mman/mmap.c
diff --git a/fusl/src/mman/mmap.c b/fusl/src/mman/mmap.c
index b85f25ca083e8aeff9a20f645a2e4d0f4bd701b6..d51655a5237036ea86630e5fceed7c0a7737c207 100644
--- a/fusl/src/mman/mmap.c
+++ b/fusl/src/mman/mmap.c
@@ -34,4 +34,4 @@ void *__mmap(void *start, size_t len, int prot, int flags, int fd, off_t off)
weak_alias(__mmap, mmap);
-LFS64(mmap);
+weak_alias(__mmap, mmap64);
« no previous file with comments | « fusl/src/dirent/__getdents.c ('k') | fusl/src/stat/statvfs.c » ('j') | fusl/src/stat/statvfs.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698