summaryrefslogtreecommitdiff
path: root/include/rpc/rpc.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-03 05:03:14 +0000
committerRoland McGrath <roland@gnu.org>2002-08-03 05:03:14 +0000
commit447f8449ea815f365d8e0cda9eb231a3bcd26161 (patch)
tree4ec45c0d1764f1cf28046c1394c8f0a7e8e525ef /include/rpc/rpc.h
parente49930c61d387c5245cad1cbdf5d5de4400b62df (diff)
* include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r--include/rpc/rpc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index ea57791cfb..ee7516735e 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -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