]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/microblaze/bits/mman.h
Add MAP_SYNC from Linux 4.15.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / microblaze / bits / mman.h
index b820da1b92a352f8ceed5cd5aa85e20d98d28837..8ca77b6b8fbf23abe7b5463d771b57f1eb77b84c 100644 (file)
@@ -36,6 +36,8 @@
 # define MAP_NONBLOCK       0x10000     /* Do not block on IO.  */
 # define MAP_STACK          0x20000     /* Allocation is for a stack.  */
 # define MAP_HUGETLB        0x40000     /* Create huge page mapping.  */
+# define MAP_SYNC           0x80000    /* Perform synchronous page
+                                          faults for the mapping.  */
 #endif
 
 /* Include generic Linux declarations.  */