summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/cancel.c
Commit message (Collapse)AuthorAgeFilesLines
* Check #if feature test macros are defined where they may not beRon2009-07-091-3/+3
| | | | | | | | | | Once again all of these reduce the noise from gcc-4.4. Replaces a few more (USE_TLS && HAVE___THREAD) with USE___THREAD while we need to mess with them for this anyhow. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* reinstate __libc_foo for linuxthreads.oldDenis Vlasenko2009-02-251-2/+2
|
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-2/+2
| | | | | | | 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/+7
| | | | | | 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-8/+38
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+184