From: Roland McGrath Date: Sat, 3 Aug 2002 05:56:37 +0000 (+0000) Subject: * sunrpc/rpc_thread.c: Define it without static. X-Git-Tag: cvs/glibc-2-3~571 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26e73ab614c0c9e921db9c06b5f54dc88819b215;p=thirdparty%2Fglibc.git * sunrpc/rpc_thread.c: Define it without static. --- diff --git a/ChangeLog b/ChangeLog index 910d35c3772..bacca792837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2002-08-02 Roland McGrath * include/rpc/rpc.h: Declare RPC_VARS tsd as extern. + * sunrpc/rpc_thread.c: Define it without static. 2002-08-02 Roland McGrath diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index bcc312cee43..ea933d12d51 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-08-02 Roland McGrath + + * sysdeps/i386/tls.h (TLS_DO_SET_THREAD_AREA): Add missing \s. + 2002-08-02 Ulrich Drepper * pthread.c: Declare _errno, _h_errno, and _res unless we use TLS