]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 20 Mar 2001 18:35:13 +0000 (18:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 20 Mar 2001 18:35:13 +0000 (18:35 +0000)
commitf1e4a4a403f740c153acfc0cd96ecc5aa542e341
tree55d564a6eba26109ea12055a24b7846c1a100fa4
parent373e6a512c30b2e34ac4a6f5b154edf45f400b35
Update.

* sunrpc/Makefile (routines): Add rpc_thread.
(CPPFLAGS): Add -D_RPC_THREAD_SAFE.
* sunrpc/rpc_thread.c: New file.
* sunrpc/Versions [libc] (GLIBC_2.2.3): Export __rpc_thread_destroy.
* sunrpc/auth_none.c: Don't use global variables.  Access state in
thread-local storage.
* sunrpc/clnt_perr.c: Likewise.
* sunrpc/clnt_raw.c: Likewise.
* sunrpc/clnt_simp.c: Likewise.
* sunrpc/key_call.c: Likewise.
* sunrpc/rpc_common.c: Likewise.
* sunrpc/svc.c: Likewise.
* sunrpc/svc_raw.c: Likewise.
* sunrpc/svc_simple.c: Likewise.
* sunrpc/svcauth_des.c: Likewise.
* hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
_HURD_THREADVAR_RPC_VARS.
* sysdeps/generic/bits/libc-tsd.h: Mention _LIBC_TSD_KEY_RPC_VARS.
* include/rpc/rpc.h: Define data structures for internal thread-local
"global" variables.
Based on patches by Eric Norum <eric.norum@usask.ca>.
19 files changed:
ChangeLog
bits/libc-tsd.h
hurd/hurd/threadvar.h
linuxthreads/ChangeLog
linuxthreads/sysdeps/pthread/bits/libc-tsd.h
sunrpc/Makefile
sunrpc/Versions
sunrpc/auth_none.c
sunrpc/clnt_perr.c
sunrpc/clnt_raw.c
sunrpc/clnt_simp.c
sunrpc/key_call.c
sunrpc/rpc_common.c
sunrpc/rpc_thread.c [new file with mode: 0644]
sunrpc/svc.c
sunrpc/svc_raw.c
sunrpc/svc_simple.c
sunrpc/svcauth_des.c
sysdeps/generic/bits/libc-tsd.h