diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/alpha/bits/mman.h | 2 | ||||
-rw-r--r-- | libc/sysdeps/linux/common/bits/mman-common.h | 2 | ||||
-rw-r--r-- | libc/sysdeps/linux/hppa/bits/mman.h | 2 | ||||
-rw-r--r-- | libc/sysdeps/linux/mips/bits/mman.h | 2 | ||||
-rw-r--r-- | libc/sysdeps/linux/powerpc/bits/mman.h | 2 | ||||
-rw-r--r-- | libc/sysdeps/linux/sparc/bits/mman.h | 2 | ||||
-rw-r--r-- | libc/sysdeps/linux/xtensa/bits/mman.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/alpha/bits/mman.h b/libc/sysdeps/linux/alpha/bits/mman.h index 6123ee076..a9820d596 100644 --- a/libc/sysdeps/linux/alpha/bits/mman.h +++ b/libc/sysdeps/linux/alpha/bits/mman.h @@ -70,7 +70,7 @@ # define MAP_NORESERVE 0x10000 /* Don't check for reservations. */ # define MAP_POPULATE 0x20000 /* Populate (prefault) pagetables. */ # define MAP_NONBLOCK 0x40000 /* Do not block on IO. */ -# define MAP_UNINITIALIZE 0x4000000 /* For anonymous mmap, memory could +# define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized. */ #endif 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 diff --git a/libc/sysdeps/linux/hppa/bits/mman.h b/libc/sysdeps/linux/hppa/bits/mman.h index c066d161d..ca2787f7d 100644 --- a/libc/sysdeps/linux/hppa/bits/mman.h +++ b/libc/sysdeps/linux/hppa/bits/mman.h @@ -44,7 +44,7 @@ #define MAP_GROWSDOWN 0x8000 /* stack-like segment */ #define MAP_POPULATE 0x10000 /* populate (prefault) pagetables */ #define MAP_NONBLOCK 0x20000 /* do not block on IO */ -#define MAP_UNINITIALIZE 0x4000000 /* For anonymous mmap, memory could +#define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized. */ #define MS_SYNC 1 /* synchronous memory sync */ diff --git a/libc/sysdeps/linux/mips/bits/mman.h b/libc/sysdeps/linux/mips/bits/mman.h index 07d0a4df7..ca1497ebc 100644 --- a/libc/sysdeps/linux/mips/bits/mman.h +++ b/libc/sysdeps/linux/mips/bits/mman.h @@ -65,7 +65,7 @@ # define MAP_LOCKED 0x8000 /* pages are locked */ # define MAP_POPULATE 0x10000 /* populate (prefault) pagetables */ # define MAP_NONBLOCK 0x20000 /* do not block on IO */ -# define MAP_UNINITIALIZE 0x4000000 /* For anonymous mmap, memory could +# define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized. */ #endif diff --git a/libc/sysdeps/linux/powerpc/bits/mman.h b/libc/sysdeps/linux/powerpc/bits/mman.h index 00f453dc2..c39e7929d 100644 --- a/libc/sysdeps/linux/powerpc/bits/mman.h +++ b/libc/sysdeps/linux/powerpc/bits/mman.h @@ -62,7 +62,7 @@ # define MAP_NORESERVE 0x00040 /* Don't check for reservations. */ # define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */ # define MAP_NONBLOCK 0x10000 /* Do not block on IO. */ -# define MAP_UNINITIALIZE 0x4000000 /* For anonymous mmap, memory could +# define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized. */ #endif diff --git a/libc/sysdeps/linux/sparc/bits/mman.h b/libc/sysdeps/linux/sparc/bits/mman.h index 9deafb3e1..cf1d18096 100644 --- a/libc/sysdeps/linux/sparc/bits/mman.h +++ b/libc/sysdeps/linux/sparc/bits/mman.h @@ -64,7 +64,7 @@ # 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 +# define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized. */ #endif diff --git a/libc/sysdeps/linux/xtensa/bits/mman.h b/libc/sysdeps/linux/xtensa/bits/mman.h index 1a8fd8e57..a42e92663 100644 --- a/libc/sysdeps/linux/xtensa/bits/mman.h +++ b/libc/sysdeps/linux/xtensa/bits/mman.h @@ -63,7 +63,7 @@ # define MAP_NORESERVE 0x0400 /* Don't check for reservations. */ # define MAP_POPULATE 0x10000 /* Populate (prefault) pagetables. */ # define MAP_NONBLOCK 0x20000 /* Do not block on IO. */ -# define MAP_UNINITIALIZE 0x4000000 /* For anonymous mmap, memory could +# define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be uninitialized. */ #endif |