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 --- sunrpc/rpc_common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sunrpc/rpc_common.c') diff --git a/sunrpc/rpc_common.c b/sunrpc/rpc_common.c index 2d42827a87..2a5d0dc1c7 100644 --- a/sunrpc/rpc_common.c +++ b/sunrpc/rpc_common.c @@ -30,12 +30,10 @@ #include #include -#ifdef _RPC_THREAD_SAFE_ #undef svc_fdset #undef rpc_createerr #undef svc_pollfd #undef svc_max_pollfd -#endif /* _RPC_THREAD_SAFE_ */ /* * This file should only contain common data (global data) that is exported -- cgit 1.4.1