diff options
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r-- | include/rpc/rpc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 1fb925e85c..327d84319e 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -13,7 +13,6 @@ extern unsigned long _create_xid (void); * Group all global and static variables into a single spot. * This area is allocated on a per-thread basis */ -#ifdef _RPC_THREAD_SAFE_ struct rpc_thread_variables { fd_set svc_fdset_s; /* Global, rpc_common.c */ struct rpc_createerr rpc_createerr_s; /* Global, rpc_common.c */ @@ -63,7 +62,5 @@ libc_hidden_proto (__rpc_thread_createerr) int __libc_rpc_gethostbyname (const char *host, struct sockaddr_in *addr) attribute_hidden; -#endif /* _RPC_THREAD_SAFE_ */ - # endif /* !_ISOMAC */ #endif |