* include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
authorRoland McGrath <roland@gnu.org>
Sat, 3 Aug 2002 05:03:14 +0000 (05:03 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 3 Aug 2002 05:03:14 +0000 (05:03 +0000)
ChangeLog
include/rpc/rpc.h

index b3de131..910d35c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-02  Roland McGrath  <roland@redhat.com>
+
+       * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
+
 2002-08-02  Roland McGrath  <roland@frob.com>
 
        * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
index ea57791..ee75167 100644 (file)
@@ -44,15 +44,11 @@ extern void __rpc_thread_clnt_cleanup (void);
 extern void __rpc_thread_key_cleanup (void);
 
 extern void __rpc_thread_destroy (void);
-#if USE_TLS && HAVE___THREAD
+
 __libc_tsd_define (extern, RPC_VARS)
-#endif
 
 #define RPC_THREAD_VARIABLE(x) (__rpc_thread_variables()->x)
 
-libc_hidden_proto (__rpc_thread_svc_fdset)
-libc_hidden_proto (__rpc_thread_createerr)
-
 #endif /* _RPC_THREAD_SAFE_ */
 
 #endif