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

Unified Diff: fusl/arch/powerpc/bits/mman.h

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space 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/arch/powerpc/bits/io.h ('k') | fusl/arch/powerpc/bits/poll.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/arch/powerpc/bits/mman.h
diff --git a/fusl/arch/powerpc/bits/mman.h b/fusl/arch/powerpc/bits/mman.h
index 779fddec90e47e514ea6ab63ee29257cff2b0e19..6581edc53443b6b8b6aa259fa29432b20380c6e2 100644
--- a/fusl/arch/powerpc/bits/mman.h
+++ b/fusl/arch/powerpc/bits/mman.h
@@ -38,6 +38,7 @@
#define MCL_CURRENT 0x2000
#define MCL_FUTURE 0x4000
+#define MCL_ONFAULT 0x8000
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define MADV_NORMAL 0
« no previous file with comments | « fusl/arch/powerpc/bits/io.h ('k') | fusl/arch/powerpc/bits/poll.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698