summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/shm.h
Commit message (Collapse)AuthorAgeFilesLines
* - whitespace cleanup; no obj-code changes (r24600)Bernhard Reutner-Fischer2008-12-291-2/+2
|
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-0/+1
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-071-32/+41
| | | | | | | see http://uclibc.org/lists/uclibc/2005-May/011667.html for details. Not tested by me but I am sure Peter will :) The toolchain needs to be rebuilt.
* Add define for SHM_HUGETLBEric Andersen2004-05-131-0/+1
|
* Patch from David Wuertele to prevent "conflicts with new declaration with CEric Andersen2003-08-051-0/+4
| | | | linkage" problems with C++
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-011-39/+34
| | | | | one which now uses the kernel structs -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+93
and to better support each arch. This is a really big patch... -Erik