This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macro
- From: Florian Weimer <fweimer at redhat dot com>
- To: libc-alpha at sourceware dot org
- Date: Tue, 26 Jun 2018 15:28:54 +0200
- Subject: Re: [PATCH] sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macro
- References: <20180625171006.3BFA243994575@oldenburg.str.redhat.com>
On 06/25/2018 07:10 PM, Florian Weimer wrote:
Header and C source file changes were generated using:
unifdef -m -D_RPC_THREAD_SAFE_ include/rpc/rpc.h sunrpc/*.c
2018-06-25 Florian Weimer<fweimer@redhat.com>
Remove always-defined_RPC_THREAD_SAFE_ macro.
* sunrpc/Makefile (sunrpc-CPPFLAGS, CPPFLAGS, BUILD_CPPFLAGS):
Do not define_RPC_THREAD_SAFE_.
* include/rpc/rpc.h: Remove_RPC_THREAD_SAFE_ preprocessor
conditional.
* sunrpc/clnt_perr.c: Likewise.
* sunrpc/clnt_raw.c: Likewise.
* sunrpc/clnt_simp.c: Likewise.
* sunrpc/key_call.c: Likewise.
* sunrpc/rpc_common.c: Likewise.
* sunrpc/rpc_main.c: Likewise.
* sunrpc/rpc_thread.c: Likewise.
* sunrpc/svc.c: Likewise.
* sunrpc/svc_raw.c: Likewise.
* sunrpc/svc_simple.c: Likewise.
* sumrpc/svcauth_des.c: Likewise.
I've pushed this wearing my network maintainer head.
Florian