summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h
Commit message (Collapse)AuthorAgeFilesLines
* libc: add hidden calls to pthread cleanup funcsMike Frysinger2009-11-091-0/+2
| | | | | | | | | | A lot of libc code calls the pthread cleanup funcs implicitly (for stdio) which currently goes through the PLT. Since we already have forwarding symbols for these funcs, it's safe to declare the internal libc usage hidden as a loaded libpthread will have the real symbols found. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* linuxthreads.old: define pthread_yield to sched_yieldMike Frysinger2009-08-191-0/+5
| | | | | | | | | The pthread_yield() function in linuxthreads does the same thing as the standardized sched_yield() function, so add a simple define for it to make porting GNU apps easier. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-221-1/+1
| | | | | | | code styling, comments. No object-code changes. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-291-0/+2
|
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-161-0/+5
| | | | | | 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-3/+0
|
* Merge from trunk."Steven J. Hill"2006-08-181-12/+0
|
* Merge from trunk."Steven J. Hill"2006-01-061-1/+1
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+705