1
0
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:
Andreas Jaeger
2012-05-10 20:16:53 +02:00
parent b5c086a281
commit 021db4be6f
58 changed files with 272 additions and 153 deletions

View File

@ -158,7 +158,7 @@ xdr_float(xdrs, fp)
}
return (FALSE);
}
libc_hidden_nolink (xdr_float, GLIBC_2_0)
libc_hidden_nolink_sunrpc (xdr_float, GLIBC_2_0)
/*
* This routine works on Suns (Sky / 68000's) and Vaxen.
@ -300,4 +300,4 @@ xdr_double(xdrs, dp)
}
return (FALSE);
}
libc_hidden_nolink (xdr_double, GLIBC_2_0)
libc_hidden_nolink_sunrpc (xdr_double, GLIBC_2_0)