summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/shm.h
Commit message (Collapse)AuthorAgeFilesLines
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-291-2/+2
|
* sync with upstream via psmMike Frysinger2006-08-241-0/+1
|
* 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