diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,7 @@ 2002-08-02 Roland McGrath <roland@redhat.com> * include/rpc/rpc.h: Declare RPC_VARS tsd as extern. + * sunrpc/rpc_thread.c: Define it without static. 2002-08-02 Roland McGrath <roland@frob.com> diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index bcc312cee4..ea933d12d5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-08-02 Roland McGrath <roland@redhat.com> + + * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add missing \s. + 2002-08-02 Ulrich Drepper <drepper@redhat.com> * pthread.c: Declare _errno, _h_errno, and _res unless we use TLS |