mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Make sunrpc code usable again
New configure option --enable-obsolete-rpc makes the deprecated RPC headers and functions available at compile time as they were before version 2.14. This option will be removed at some time in the future after the TI-RPC library becomes fully sufficient for the needs of existing applications.
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
section but we cannot add const to the type because this isn't how
|
||||
the variable is declared. So we use the section attribute. */
|
||||
struct opaque_auth _null_auth __attribute__ ((nocommon));
|
||||
libc_hidden_nolink (_null_auth, GLIBC_2_0)
|
||||
libc_hidden_nolink_sunrpc (_null_auth, GLIBC_2_0)
|
||||
fd_set svc_fdset;
|
||||
struct rpc_createerr rpc_createerr;
|
||||
struct pollfd *svc_pollfd;
|
||||
|
Reference in New Issue
Block a user