glibc/nptl/sysdeps/unix/sysv/linux/sh
Roland McGrath 55c11fbdb0 2003-03-14 Roland McGrath <roland@redhat.com>
* descr.h (struct pthread): Move the union out of [!TLS_DTV_AT_TP], so
	we always define the padding space.
	[!TLS_DTV_AT_TP]: Give tcbhead_t field a name, `header', since GCC
	stopped supporting its own extensions fully.
	[TLS_MULTIPLE_THREADS_IN_TCB]: Put `multiple_threads' inside a wrapper
	struct also called `header', so `header.multiple_threads' is the field
	name to use on all machines.
	* allocatestack.c (allocate_stack): Use `header.' prefix.
	* sysdeps/pthread/createthread.c (create_thread): Likewise.
	* pthread_create.c (__pthread_create_2_1): Likewise.
	* sysdeps/i386/tls.h (INSTALL_NEW_DTV, THREAD_DTV): Likewise.
	(THREAD_SELF): Likewise.
	* sysdeps/x86_64/tls.h: Likewise.
	* sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
	(SINGLE_THREAD_P): Likewise.
	* sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
	(SINGLE_THREAD_P): Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h
	(SINGLE_THREAD_P): Likewise.
2003-03-14 22:34:02 +00:00
..
bits Update. 2003-02-10 09:24:12 +00:00
createthread.c Update. 2003-02-10 09:24:12 +00:00
fork.c Update. 2003-02-10 09:24:12 +00:00
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 Update. 2003-02-10 09:24:12 +00:00
lowlevellock.h Update. 2003-03-07 18:37:10 +00:00
lowlevellock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
lowlevelmutex.S * pthread-errnos.sym: New file. 2003-03-12 10:30:26 +00:00
pt-initfini.c Update. 2003-02-10 09:24:12 +00:00
pt-vfork.S Update. 2003-02-10 09:24:12 +00:00
pthread_barrier_wait.S Update. 2003-03-11 05:52:12 +00:00
pthread_cond_broadcast.S Update. 2003-02-10 09:24:12 +00:00
pthread_cond_signal.S Update. 2003-02-10 09:24:12 +00:00
pthread_cond_timedwait.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_cond_wait.S Update. 2003-02-10 09:24:12 +00:00
pthread_once.S Update. 2003-02-10 09:24:12 +00:00
pthread_rwlock_rdlock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_rwlock_timedrdlock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_rwlock_timedwrlock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_rwlock_unlock.S Update. 2003-02-10 09:24:12 +00:00
pthread_rwlock_wrlock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_post.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_timedwait.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_trywait.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_wait.S * pthread-errnos.sym: New file. 2003-03-12 10:30:26 +00:00
sysdep-cancel.h 2003-03-14 Roland McGrath <roland@redhat.com> 2003-03-14 22:34:02 +00:00