diff options
| author | Austin Foxley <austinf@cetoncorp.com> | 2009-11-28 22:00:53 -0800 | 
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-28 22:40:05 -0800 | 
| commit | 8359f22a288236613e64f2b3e96ef6e2ac2de097 (patch) | |
| tree | 04967bfdadf913d1f8a70ddf5769446d963546dd /libc/sysdeps/linux/sparc/bits/mman.h | |
| parent | 5418ef694ee17c698270702d927f04836706e60b (diff) | |
| parent | 8739ed0a9b6597e7106f878ec159a19fe0848f23 (diff) | |
| download | uClibc-alpine-8359f22a288236613e64f2b3e96ef6e2ac2de097.tar.bz2 uClibc-alpine-8359f22a288236613e64f2b3e96ef6e2ac2de097.tar.xz  | |
Merge remote branch 'origin/master' into nptl
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/sparc/bits/mman.h')
| -rw-r--r-- | libc/sysdeps/linux/sparc/bits/mman.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sparc/bits/mman.h b/libc/sysdeps/linux/sparc/bits/mman.h index be2b7eb28..74921e4c5 100644 --- a/libc/sysdeps/linux/sparc/bits/mman.h +++ b/libc/sysdeps/linux/sparc/bits/mman.h @@ -65,6 +65,8 @@  # define _MAP_NEW	0x80000000	/* Binary compatibility with SunOS.  */  # define MAP_POPULATE	0x8000		/* Populate (prefault) pagetables.  */  # define MAP_NONBLOCK	0x10000		/* Do not block on IO.  */ +# define MAP_UNINITIALIZE 0x4000000     /* For anonymous mmap, memory could +					   be uninitialized. */  #endif  /* Flags to `msync'.  */  | 
