diff options
Diffstat (limited to 'libc/sysdeps/linux/common/bits/mman-common.h')
-rw-r--r-- | libc/sysdeps/linux/common/bits/mman-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/mman-common.h b/libc/sysdeps/linux/common/bits/mman-common.h index 4a7c8e307..6cde5daa3 100644 --- a/libc/sysdeps/linux/common/bits/mman-common.h +++ b/libc/sysdeps/linux/common/bits/mman-common.h @@ -63,7 +63,7 @@ # define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */ # define MAP_NONBLOCK 0x10000 /* Do not block on IO. */ # define MAP_STACK 0x20000 /* Allocation is for a stack. */ -# define MAP_UNINITIALIZE 0x4000000 /* For anonymous mmap, memory could +# define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized. */ #endif |