Skip to content

Commit

Permalink
* include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Aug 3, 2002
1 parent e49930c commit 447f844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 1 addition & 5 deletions include/rpc/rpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 447f844

Please sign in to comment.