From 868d059a1405f814048041a0329021122542520c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 5 Feb 2013 19:11:36 +0100 Subject: mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED The name was changed to include a trailing 'D' when it went into the kernel. Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/powerpc/bits/mman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc') 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 -- cgit v1.2.3