diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-03 03:53:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-03 03:53:28 +0000 |
commit | 1f3f143e627ba38e05da328670a80b3ac8712e51 (patch) | |
tree | aa6614de58d63d277af13a170c26a7709218322d /sunrpc/Versions | |
parent | 3db04c6ff75614f146c5b5152313dd17a7419468 (diff) | |
download | glibc-1f3f143e627ba38e05da328670a80b3ac8712e51.tar.gz |
Update.
2002-08-02 Ulrich Drepper <drepper@redhat.com>
* cancel.c (__pthread_perform_cleanup) [USE_TLS && HAVE___THREAD]:
Don't use p_libc_specific element in thread descriptor.
Diffstat (limited to 'sunrpc/Versions')
-rw-r--r-- | sunrpc/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Versions b/sunrpc/Versions index 4e40927ce7..d86d40a10b 100644 --- a/sunrpc/Versions +++ b/sunrpc/Versions @@ -115,6 +115,6 @@ libc { } GLIBC_PRIVATE { # needed by libpthread. - __rpc_thread_destroy; + __rpc_thread_destroy; __libc_tsd_RPC_VARS; } } |