bits/mman.h: consolidate header file
commit7cc754bc93eafa78695ec03bb0e4e8256d52c76d
authorWaldemar Brodkorb <wbx@uclibc-ng.org>
Sun, 28 Jan 2018 04:30:35 +0000 (28 04:30 +0000)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Sat, 3 Feb 2018 19:29:51 +0000 (3 19:29 +0000)
treedc55c7555ce60aa779ea6e71c5856e4d6db74a6c
parent8948296356072119a07c6b9435dc16bdc74bdc56
bits/mman.h: consolidate header file

Sync with GNU C library and consolidate duplicate non
architecture specific defines.
MAP_UNINITIALIZED is only defined to 0x4000000 and used by
the Linux kernel when CONFIG_MMAP_ALLOW_UNINITIALIZED is enabled.
CONFIG_MMAP_ALLOW_UNINITIALIZED is only available for nommu.
See Documentation/nommu-mmap.txt.
23 files changed:
ldso/include/ldso.h
ldso/ldso/dl-elf.c
ldso/ldso/ldso.c
libc/sysdeps/linux/aarch64/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/alpha/bits/mman.h
libc/sysdeps/linux/arm/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/mman-common.h
libc/sysdeps/linux/common/bits/mman-linux.h [copied from libc/sysdeps/linux/common/bits/mman-common.h with 72% similarity]
libc/sysdeps/linux/common/bits/mman-shared.h [new file with mode: 0644]
libc/sysdeps/linux/hppa/bits/mman.h
libc/sysdeps/linux/i386/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/ia64/bits/mman.h
libc/sysdeps/linux/m68k/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/microblaze/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/mips/bits/mman.h
libc/sysdeps/linux/nds32/bits/mman.h
libc/sysdeps/linux/nios2/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/bits/mman.h
libc/sysdeps/linux/sh/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/sparc/bits/mman.h
libc/sysdeps/linux/sparc64/bits/mman.h
libc/sysdeps/linux/x86_64/bits/mman.h
libc/sysdeps/linux/xtensa/bits/mman.h