summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/pthread_getattr_np.c
Commit message (Collapse)AuthorAgeFilesLines
* Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-171-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mass sync with glibc nptlAustin Foxley2010-02-161-40/+48
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* nptl: fix old style function declerationsAustin Foxley2009-12-091-3/+3
| | | | | | also fix a few shadowed local warnings Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* remove wait callbacks for non-cancelation funcsBernhard Reutner-Fischer2009-11-221-6/+0
| | | | | | | | No need to install a cancellation handler, these are no cancellation point. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-171-0/+177
| | | | | | 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-177/+0
|
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-071-0/+177
consult the 'README.NPTL' file.