summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/bits/mman.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-17 06:51:34 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-17 06:51:34 +0000
commita86d1a42c8ddc7cc36f28921e2c0201b08138943 (patch)
tree5ea208bd46b020940b62f0c391b53ac755879e50 /libc/sysdeps/linux/bfin/bits/mman.h
parenta9f3bfe7dd2f2b3f690ff88d9ce83858f9b85b6d (diff)
Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1 functions
Diffstat (limited to 'libc/sysdeps/linux/bfin/bits/mman.h')
-rw-r--r--libc/sysdeps/linux/bfin/bits/mman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/bfin/bits/mman.h b/libc/sysdeps/linux/bfin/bits/mman.h
index 06767a9c0..c57238726 100644
--- a/libc/sysdeps/linux/bfin/bits/mman.h
+++ b/libc/sysdeps/linux/bfin/bits/mman.h
@@ -57,6 +57,8 @@
# define MAP_EXECUTABLE 0x1000 /* Mark it as an executable. */
# define MAP_LOCKED 0x2000 /* Lock the mapping. */
# define MAP_NORESERVE 0x4000 /* Don't check for reservations. */
+# define MAP_UNINITIALIZE 0x4000000 /* For anonymous mmap, memory could
+ be uninitialized. */
#endif
/* Flags to `msync'. */