glibc/nptl/sysdeps/unix/sysv/linux/powerpc
Ulrich Drepper 468777e1d0 Update.
* pthread.c (__pthread_initialize_manager): Subtract
	TLS_PRE_TCB_SIZE bytes from tcbp to get to descr.
	* manager.c (pthread_handle_create): Subtract or add TLS_PRE_TCB_SIZE
	instead of sizeof (pthread_descr).
	(pthread_free): Add TLS_PRE_TCB_SIZE instead of sizeof (pthread_descr).
	* sysdeps/powerpc/tls.h (TLS_INIT_TCB_SIZE, TLS_TCB_SIZE): Define to 0.
2003-04-25 22:28:13 +00:00
..
bits Update. 2003-03-18 11:17:57 +00:00
powerpc32 Update. 2003-04-25 22:28:13 +00:00
powerpc64 Update. 2003-04-25 22:28:13 +00:00
createthread.c Update. 2003-04-25 09:12:43 +00:00
fork.c 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
lowlevellock.h Update. 2003-03-20 10:29:20 +00:00
Makefile 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pt-vfork.S 2003-03-17 Roland McGrath <roland@redhat.com> 2003-03-17 11:22:52 +00:00
pthread_once.c Replace __lll_add calls with atomic_exchange_and_add calls respectively. 2003-03-20 10:28:06 +00:00