From 935d920e763626dbcbbf655117285d1d270791a1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 26 Jun 2018 15:27:03 +0200 Subject: sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macro Header and C source file changes were generated using: unifdef -m -D_RPC_THREAD_SAFE_ include/rpc/rpc.h sunrpc/*.c --- include/rpc/rpc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/rpc') 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 -- cgit v1.2.3