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

Unified Diff: fusl/include/sys/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/include/signal.h ('k') | fusl/include/sys/prctl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/include/sys/mman.h
diff --git a/fusl/include/sys/mman.h b/fusl/include/sys/mman.h
index 9fc2db51d174e96a790623584539c71ac1f086c4..a1864ec81fc8e0c220e95407702e2d7ca2762d96 100644
--- a/fusl/include/sys/mman.h
+++ b/fusl/include/sys/mman.h
@@ -39,6 +39,7 @@ int remap_file_pages (void *, size_t, int, size_t, int);
#endif
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
+#define MLOCK_ONFAULT 0x01
int madvise (void *, size_t, int);
int mincore (void *, size_t, unsigned char *);
#endif
« no previous file with comments | « fusl/include/signal.h ('k') | fusl/include/sys/prctl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698