diff options
Diffstat (limited to 'sunrpc/rpc_common.c')
-rw-r--r-- | sunrpc/rpc_common.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <rpc/rpc.h> #include <shlib-compat.h> -#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 |