glibc/linuxthreads/sysdeps/pthread
Ulrich Drepper 0e9d624072 Update.
2003-07-22  Jakub Jelinek  <jakub@redhat.com>

	* include/resolv.h (__resp): Declare.  Define to __libc_resp
	if in libc.so.
	(_res): If USE___THREAD, define to (*__resp).
	* resolv/res_libc.c (_res): Normal .bss variable with compat_symbol
	even if USE___THREAD.
	(__resp): New __thread variable.
	(__libc_resp): New alias.
	* resolv/Versions (libc): Export _res@GLIBC_2.0 even if
	USE_TLS && HAVE___THREAD.  Export __resp@@GLIBC_PRIVATE.
	* sysdeps/generic/res-state.c (__res_state): Return __resp
	if USE___THREAD.
2003-07-22 23:10:17 +00:00
..
bits Update. 2003-07-20 19:28:08 +00:00
errno-loc.c * alloca_cutoff.c: Include internals.h. * sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h. * sysdeps/pthread/herrno-loc.c: Likewise. * sysdeps/pthread/res-state.c: Likewise. 2003-04-01 00:52:40 +00:00
flockfile.c Update 2002-12-18 23:29:41 +00:00
ftrylockfile.c Update. 2002-12-18 01:38:17 +00:00
funlockfile.c Update. 2002-12-18 01:38:17 +00:00
getcpuclockid.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
herrno-loc.c * alloca_cutoff.c: Include internals.h. * sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h. * sysdeps/pthread/herrno-loc.c: Likewise. * sysdeps/pthread/res-state.c: Likewise. 2003-04-01 00:52:40 +00:00
list.h Update. 2002-12-31 20:46:11 +00:00
Makefile Update. 2003-03-19 19:15:36 +00:00
posix-timer.h 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
pt-initfini.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
pthread-functions.h Update. 2003-04-20 07:39:20 +00:00
pthread.h Update. 2003-01-03 01:35:14 +00:00
res-state.c Update. 2003-07-22 23:10:17 +00:00
semaphore.h Update. 1998-09-06 23:45:24 +00:00
sigaction.c Update. 2003-01-03 01:35:14 +00:00
Subdirs Update. 1999-10-08 17:16:17 +00:00
tcb-offsets.h Update. 2002-12-28 22:19:04 +00:00
timer_create.c Update. 2003-03-03 05:29:09 +00:00
timer_delete.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
timer_getoverr.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
timer_gettime.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
timer_routines.c * NEWS: Added 2.2.6 text from 2.2 branch version. 2002-08-29 01:42:29 +00:00
timer_settime.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
tst-timer.c 2002-09-29 Jakub Jelinek <jakub@redhat.com> 2002-09-29 22:45:29 +00:00