summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/bits/mman.h
AgeCommit message (Collapse)Author
2018-02-03bits/mman.h: consolidate header fileWaldemar Brodkorb
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.
2009-11-23bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger
Most ports have the same exact mman bit defines, so let's unify things like the linux kernel has with the asm-generic efforts. A few ports are left behind as they are non-trivial to merge -- the arch maintainers can tackle it if they care. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2006-04-21sync with glibcMike Frysinger
2006-01-14sync with glibcMike Frysinger
2005-11-18grab fix from glibc:Mike Frysinger
2005-11-18 Paul Brook <paul@codesourcery.com> * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add definition of MREMAP_FIXED.
2001-11-14Sync up m68k headersEric Andersen
2001-01-12Thanks to James Graves <jgraves@deltamobile.com>, we now haveEric Andersen
a first pass at getting m68k working. It may have some problems, but should now be fairly close.