diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-11-17 06:51:34 +0000 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-17 06:51:34 +0000 |
| commit | a86d1a42c8ddc7cc36f28921e2c0201b08138943 (patch) | |
| tree | 5ea208bd46b020940b62f0c391b53ac755879e50 /libc/sysdeps/linux/bfin/bits/mman.h | |
| parent | a9f3bfe7dd2f2b3f690ff88d9ce83858f9b85b6d (diff) | |
| download | uClibc-alpine-a86d1a42c8ddc7cc36f28921e2c0201b08138943.tar.bz2 uClibc-alpine-a86d1a42c8ddc7cc36f28921e2c0201b08138943.tar.xz | |
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.h | 2 |
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'. */ |
