summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/join.c
Commit message (Collapse)AuthorAgeFilesLines
* linuxthreads.old: fix crash in debug codeMike Frysinger2009-08-191-1/+1
| | | | | | | | If pthread_join() is called and there is nothing to join, then the debug code will attempt to dereference a NULL pointer. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Merge linuxthread.old from trunk.Khem Raj2008-12-151-1/+1
|
* Synch with trunk @ 24379Carmelo Amoroso2008-12-111-3/+3
| | | | Step 21: merge linuxthreads.old directory
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-3/+3
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-0/+2
| | | | | | Step 7: merge linuxthreads and linuxthread.old folders Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-12-161-6/+15
|
* Merge from trunk."Steven J. Hill"2006-02-231-1/+0
|
* Merge from trunk."Steven J. Hill"2006-01-061-1/+1
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+221