OSDN Git Service

linuxthreads: use __UCLIBC_HAS_TLS__ consistently
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 3 May 2011 21:04:08 +0000 (23:04 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:43 +0000 (14:00 +0200)
commita3516fe1a43318dca4e14178142174aa0eed6c30
treec8dabe53b20a79c2ab0408cbe0bfde6d142e4786
parent4b06ff8e51f24313b8a24a2f9e2005ef13848964
linuxthreads: use __UCLIBC_HAS_TLS__ consistently

replace USE_TLS, HAVE___THREAD and USE___THREAD with __UCLIBC_HAS_TLS__

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
23 files changed:
libpthread/linuxthreads/attr.c
libpthread/linuxthreads/descr.h
libpthread/linuxthreads/errno.c
libpthread/linuxthreads/libc_pthread_init.c
libpthread/linuxthreads/manager.c
libpthread/linuxthreads/pthread.c
libpthread/linuxthreads/specific.c
libpthread/linuxthreads/sysdeps/i386/useldt.h
libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym
libpthread/linuxthreads/sysdeps/powerpc/tcb-offsets.sym
libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h
libpthread/linuxthreads/sysdeps/pthread/errno-loc.c
libpthread/linuxthreads/sysdeps/pthread/herrno-loc.c
libpthread/linuxthreads/sysdeps/pthread/res-state.c
libpthread/linuxthreads/sysdeps/s390/s390-32/pt-machine.h
libpthread/linuxthreads/sysdeps/s390/s390-64/pt-machine.h
libpthread/linuxthreads/sysdeps/sh/tcb-offsets.sym
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
libpthread/linuxthreads_db/td_ta_thr_iter.c
libpthread/linuxthreads_db/td_thr_tls_get_addr.c
libpthread/linuxthreads_db/td_thr_tlsbase.c