summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/allocatestack.c
Commit message (Collapse)AuthorAgeFilesLines
* syntax fixesPeter S. Mazinger2011-03-031-4/+4
| | | | | | Avoid compile warnings about the use of undefined constants Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* avoid warnings on _STACK_GROWS_* usagePeter S. Mazinger2011-03-031-8/+8
| | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* nptl: get rid of the last preprocessor warning when __ASSUME_TGKILL is not ↵Carmelo Amoroso2011-01-051-1/+1
| | | | | | | | defined A missing change in the previous commit. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* avoid using c99 syntaxMirko Vogt2010-06-211-1/+2
| | | | | Signed-off-by: Mirko Vogt <dev@nanl.de> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* mass sync with glibc nptlAustin Foxley2010-02-161-130/+421
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-171-0/+925
| | | | | | targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen2005-05-201-947/+0
|
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-071-0/+947
consult the 'README.NPTL' file.