aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-05-17 02:53:37 +0000
committerUlrich Drepper <drepper@redhat.com>2001-05-17 02:53:37 +0000
commitd1abdd5c07fd4479d4981b12c5719e74a4c80189 (patch)
treefd524afa3cb11d4a1a915fb0c093466979f26169 /ChangeLog
parentd911bbae4a67f9f152f8ff7d6d52e4ab566aa5e3 (diff)
downloadglibc-d1abdd5c07fd4479d4981b12c5719e74a4c80189.zip
glibc-d1abdd5c07fd4479d4981b12c5719e74a4c80189.tar.gz
glibc-d1abdd5c07fd4479d4981b12c5719e74a4c80189.tar.bz2
Update.
2001-05-15 Jakub Jelinek <jakub@redhat.com> * sunrpc/rpc_thread.c (rpc_default): Remove. (__rpc_thread_destroy): Use __libc_tsd_RPC_VARS_mem instead of rpc_default. (rpc_thread_multi, __rpc_thread_svc_fdset, __rpc_thread_createerr, __rpc_thread_svc_pollfd, __rpc_thread_svc_max_pollfd): Likewise. * sunrpc/auth_none.c (authnone_private): Fix a typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a95766f..3a19eef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-05-15 Jakub Jelinek <jakub@redhat.com>
+
+ * sunrpc/rpc_thread.c (rpc_default): Remove.
+ (__rpc_thread_destroy): Use __libc_tsd_RPC_VARS_mem instead of
+ rpc_default.
+ (rpc_thread_multi, __rpc_thread_svc_fdset, __rpc_thread_createerr,
+ __rpc_thread_svc_pollfd, __rpc_thread_svc_max_pollfd): Likewise.
+ * sunrpc/auth_none.c (authnone_private): Fix a typo.
+
2001-05-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
* sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Fix stack allocation.