summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850/bits/mman.h
Commit message (Collapse)AuthorAgeFilesLines
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-99/+0
| | | | | | | | | | 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>
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
|
* Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader2002-03-051-0/+98
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-75/+0
| | | | | and to better support each arch. This is a really big patch... -Erik
* A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen2001-12-211-8/+8
| | | | | v850 back into working condition. Thanks Miles! -Erik
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+75
He sent this patch to me a month ago, but I forgot to apply it...