glibc/nptl/sysdeps/unix/sysv/linux/sh
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
createthread.c
fork.c
libc-lowlevellock.S Update. 2003-03-10 23:42:41 +00:00
libc-lowlevelmutex.S Update. 2003-03-10 23:42:41 +00:00
lowlevel-atomic.h
lowlevellock.h
lowlevellock.S Update. 2003-03-29 01:24:20 +00:00
lowlevelmutex.S Update. 2003-03-29 01:24:20 +00:00
pt-initfini.c
pt-vfork.S
pthread_barrier_wait.S Update. 2003-03-11 05:52:12 +00:00
pthread_cond_broadcast.S Update. 2003-03-29 01:24:20 +00:00
pthread_cond_signal.S
pthread_cond_timedwait.S Update. 2003-03-29 01:24:20 +00:00
pthread_cond_wait.S Update. 2003-03-29 01:24:20 +00:00
pthread_once.S Update. 2003-03-29 01:24:20 +00:00
pthread_rwlock_rdlock.S Update. 2003-03-29 01:24:20 +00:00
pthread_rwlock_timedrdlock.S Update. 2003-03-29 01:24:20 +00:00
pthread_rwlock_timedwrlock.S Update. 2003-03-29 01:24:20 +00:00
pthread_rwlock_unlock.S Update. 2003-03-29 01:24:20 +00:00
pthread_rwlock_wrlock.S Update. 2003-03-29 01:24:20 +00:00
sem_post.S Update. 2003-03-29 01:24:20 +00:00
sem_timedwait.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_trywait.S Update. 2003-03-29 01:24:20 +00:00
sem_wait.S Update. 2003-03-29 01:24:20 +00:00
sysdep-cancel.h Update. 2003-04-25 22:28:13 +00:00