summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bits/mman.h
Commit message (Collapse)AuthorAgeFilesLines
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-103/+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>
* sync with upstream via psmMike Frysinger2006-08-231-1/+1
|
* sync with glibcMike Frysinger2006-04-211-6/+15
|
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
|
* Update to accomodate the header file changesEric Andersen2001-09-271-9/+27
|
* Sync i386 up with _all_ the glibc 2.1.3 include/bits headers,Eric Andersen2001-03-191-0/+75
since we will end up needing a few more of them anyways, and all the other arches have the full set anyways. -Erik