summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads_db/td_thr_tls_get_addr.c
Commit message (Collapse)AuthorAgeFilesLines
* import new linuxthreads_db from glibc HEADMike Frysinger2005-11-181-0/+45
|
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-151-70/+0
| | | | of latest glibc version
* fix warnings likeJoakim Tjernlund2005-05-281-4/+4
| | | | td_thr_tls_get_addr.c:30: warning: `__used__' attribute ignored
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-4/+4
|
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-271-0/+70
from glibc 2.3. This should make threads much more efficient. -Erik