From a86d1a42c8ddc7cc36f28921e2c0201b08138943 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 17 Nov 2006 06:51:34 +0000 Subject: Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1 functions --- libc/sysdeps/linux/bfin/bits/mman.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/bfin/bits/mman.h') 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'. */ -- cgit v1.2.3