diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-03 05:56:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-03 05:56:37 +0000 |
commit | 26e73ab614c0c9e921db9c06b5f54dc88819b215 (patch) | |
tree | 68816ab81fa77487c2ba3d679852a3639b67cbff | |
parent | 39afa4425cb61e3e787bf1993d9a95c0a2971f9e (diff) | |
download | glibc-26e73ab614c0c9e921db9c06b5f54dc88819b215.tar.gz glibc-26e73ab614c0c9e921db9c06b5f54dc88819b215.tar.xz glibc-26e73ab614c0c9e921db9c06b5f54dc88819b215.zip |
* sunrpc/rpc_thread.c: Define it without static.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 910d35c377..bacca79283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 |