summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/pthread_cancel.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not definedCarmelo Amoroso2011-01-041-1/+1
| | | | | | | | | A sample of the warning reported while building for ARM that has not __ASSUME_TGKILL defined. libpthread/nptl/sysdeps/unix/sysv/linux/raise.c: In function 'raise': libpthread/nptl/sysdeps/unix/sysv/linux/raise.c:33:5: warning: "__ASSUME_TGKILL" is not defined Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* mass sync with glibc nptlAustin Foxley2010-02-161-3/+8
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* nptl: fix old style function declerationsAustin Foxley2009-12-091-2/+1
| | | | | | also fix a few shadowed local warnings Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-171-0/+104
| | | | | | 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-104/+0
|
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-071-0/+104
consult the 'README.NPTL' file.