summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads_db/td_thr_tls_get_addr.c
AgeCommit message (Collapse)Author
2005-05-28fix warnings likeJoakim Tjernlund
td_thr_tls_get_addr.c:30: warning: `__used__' attribute ignored
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
from glibc 2.3. This should make threads much more efficient. -Erik