author | Szabolcs Nagy <nsz@port70.net> | 2016年01月24日 01:19:38 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016年01月26日 18:31:05 -0500 |
commit | 789ff6a9f8ec91729cde7fdcb0568d5d928eeba5 (patch) | |
tree | 2e7b75b6a7845486d033701140794536bd32e07e /include/sys/mman.h | |
parent | 51d5f139ca9e79d621a396542dde5b8cd76c5c3f (diff) | |
download | musl-789ff6a9f8ec91729cde7fdcb0568d5d928eeba5.tar.gz |
-rw-r--r-- | include/sys/mman.h | 1 |
diff --git a/include/sys/mman.h b/include/sys/mman.h index 9fc2db51..a1864ec8 100644 --- a/include/sys/mman.h +++ b/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 |