--- src/lib/libthread_xu/thread/thr_list.c 2005/03/24 12:38:39 1.2 +++ src/lib/libthread_xu/thread/thr_list.c 2005/03/29 19:26:20 1.3 @@ -140,7 +140,7 @@ struct pthread * _thr_alloc(struct pthread *curthread) { struct pthread *thread = NULL; - struct tcb *tcb; + struct tls_tcb *tcb; if (curthread != NULL) { if (GC_NEEDED())