mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-10 05:03:06 +03:00
* include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user