]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/arm/bits/mman.h
Add MAP_SYNC from Linux 4.15.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / arm / bits / mman.h
index 9e059e6d06bb0cb9a7b9c22bf628b28806ab5d27..be71c82e16f60f0533aeb3616f53d7a4f6a3209c 100644 (file)
@@ -34,6 +34,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.  */