Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Dec 2002 10:24:40 +0000 (10:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Dec 2002 10:24:40 +0000 (10:24 +0000)
commit270d9d472952a8923fa8a6d9d830fea77f4b838f
treed5fa14a0a0fd3cdc509580686af55bc93ceb93e7
parentafb2e954009b7ff48379a254926730b303ce7bab
Update.

* inet/herrno.c (__h_errno_location): Remove.
* inet/Makefile (routines): Add herrno-loc.
* resolv/res_libc.c (__res_state): Remove.
* resolv/Makefile (routines): Add res-state.
* sysdeps/generic/herrno-loc.c: New file.
* sysdeps/generic/res-state.c: New file.

2002-12-27  Jakub Jelinek  <jakub@redhat.com>
26 files changed:
ChangeLog
inet/Makefile
inet/herrno.c
linuxthreads/ChangeLog
linuxthreads/Makefile
linuxthreads/Versions
linuxthreads/alloca_cutoff.c [new file with mode: 0644]
linuxthreads/descr.h
linuxthreads/internals.h
linuxthreads/libc-cancellation.c
linuxthreads/no-tsd.c [deleted file]
linuxthreads/pt-system.c
linuxthreads/pthread.c
linuxthreads/specific.c
linuxthreads/sysdeps/pthread/bits/libc-tsd.h
linuxthreads/sysdeps/pthread/errno-loc.c [new file with mode: 0644]
linuxthreads/sysdeps/pthread/herrno-loc.c [new file with mode: 0644]
linuxthreads/sysdeps/pthread/res-state.c [new file with mode: 0644]
linuxthreads/tst-cancel-wrappers.sh
nptl/ChangeLog
nptl/pt-system.c
nptl/tst-cancel-wrappers.sh
resolv/Makefile
resolv/res_libc.c
sysdeps/generic/herrno-loc.c [new file with mode: 0644]
sysdeps/generic/res-state.c [new file with mode: 0644]