summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/forward.c
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: extend workaround for asm rename warningsMike Frysinger2009-08-191-0/+1
| | | | | | | | The libc_pthread_init.c needs the include workaround like forward.c, and forward.c needs more includes now. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-1/+2
| | | | Step 10: libc_hidden_removal
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-171-5/+6
| | | | | Step 1 linuxthreads - linuxthreads_db - linuxthread.old - linuxthreads.old_db
* Synch linuxthreads.old with trunkCarmelo Amoroso2008-06-181-0/+21
|
* Merge from trunk."Steven J. Hill"2007-01-201-0/+2
|
* Merge from trunk."Steven J. Hill"2006-02-231-9/+11
|
* Merge from trunk."Steven J. Hill"2006-01-061-0/+142